By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-30T03:41:52.598Z||main|||||INFO|500||The following profiles are active: basic
2022-12-30T03:42:03.766Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-30T03:42:03.767Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-30T03:42:03.904Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-30T03:42:08.198Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-30T03:42:08.568Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-30T03:42:09.041Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-30T03:42:09.076Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-30T03:42:09.198Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-30T03:42:09.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-30T03:42:10.022Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-30T03:42:12.069Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-30T03:42:14.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-30T03:42:14.602Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-30T03:42:15.204Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-30T03:42:15.444Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-30T03:42:16.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-30T03:42:17.820Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-30T03:42:17.845Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-30T03:42:17.850Z||main|||||WARN|500||The sdc end point is not alive
2022-12-30T03:42:20.993Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-30T03:42:23.797Z||main|||||WARN|500||---
2022-12-30T03:42:23.797Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-30T03:42:23.798Z||main|||||WARN|500||---
2022-12-30T03:42:24.238Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-30T03:42:28.989Z||main|||||INFO|500||Started Application in 39.603 seconds (JVM running for 41.528)
2022-12-30T03:42:29.004Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-30T03:42:29.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-30T03:42:29.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-30T03:42:29.041Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-30T03:42:29.087Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f010b6fd-b364-47a4-979e-e80e315d43bb url= /sdc/v1/artifactTypes
2022-12-30T03:42:29.087Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-30T03:42:29.343Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-30T03:42:29.388Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-30T03:42:29.410Z||scheduling-1|||||DEBUG|500||create keys
2022-12-30T03:42:29.452Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-30T03:42:29.508Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:42:29.526Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9836a05-5792-4f9b-8077-25d0345b8db2 url= /sdc/v1/registerForDistribution
2022-12-30T03:42:29.624Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c9836a05-5792-4f9b-8077-25d0345b8db2 url= /sdc/v1/registerForDistribution
2022-12-30T03:42:29.624Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-30T03:42:29.653Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-30T03:42:29.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:42:29.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:42:29.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:42:29.676Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:42:29.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:42:29.677Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:42:40.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:42:40.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:43:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:43:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:43:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:43:29.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:43:29.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:43:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:43:39.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:43:39.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:44:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:44:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:44:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:44:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:44:29.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:44:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:44:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:44:39.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:45:29.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:45:29.638Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:45:29.638Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:45:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:45:29.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:45:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:45:39.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:45:39.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:46:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:46:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:46:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:46:29.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:46:29.655Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:46:29.656Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:46:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:46:39.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:47:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:47:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:47:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:47:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:47:29.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:47:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:47:39.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:47:39.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:48:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:48:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:48:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:48:29.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:48:29.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:48:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:48:39.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:48:39.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:49:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:49:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:49:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:49:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:49:29.650Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:49:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:49:39.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:49:39.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:50:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:50:29.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:50:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:50:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:50:29.648Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:50:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:50:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:50:39.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:51:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:51:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:51:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:51:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:51:29.648Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:51:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:51:39.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:51:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:52:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:52:29.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:52:29.636Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:52:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:52:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:52:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:52:39.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:52:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:52:44.231Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-30T03:53:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:53:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:53:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:53:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:53:29.648Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:53:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:53:39.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:53:39.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:54:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:54:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:54:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:54:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:54:29.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:54:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:54:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:54:39.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:55:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:55:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:55:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:55:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:55:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:55:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:55:39.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:55:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:56:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:56:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:56:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:56:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:56:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:56:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:56:39.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:56:39.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:57:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:57:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:57:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:57:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:57:29.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:57:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:57:39.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:57:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:58:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:58:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:58:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:58:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:58:29.648Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:58:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:58:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:58:39.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:59:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:59:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:59:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:59:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T03:59:29.652Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T03:59:29.652Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T03:59:39.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T03:59:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:00:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:00:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:00:29.636Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:00:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:00:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:00:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:00:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:00:39.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:01:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:01:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:01:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:01:29.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:01:29.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:01:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:01:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:01:39.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:02:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:02:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:02:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:02:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:02:29.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:02:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:02:39.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:02:39.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:03:29.637Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:03:29.638Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:03:29.638Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:03:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:03:29.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:03:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:03:39.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:03:39.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:04:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:04:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:04:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:04:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:04:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:04:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:04:39.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:04:39.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:05:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:05:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:05:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:05:29.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:05:29.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:05:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:05:39.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:05:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:06:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:06:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:06:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:06:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:06:29.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:06:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:06:39.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:06:39.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:07:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:07:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:07:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:07:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:07:29.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:07:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:07:39.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:07:39.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:08:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:08:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:08:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:08:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:08:29.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:08:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:08:39.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:08:39.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:09:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:09:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:09:29.636Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:09:29.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:09:29.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:09:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:09:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:09:39.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:10:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:10:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:10:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:10:29.649Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:10:29.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:10:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:10:39.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:10:39.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:11:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:11:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:11:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:11:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:11:29.648Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:11:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:11:39.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:11:39.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:12:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:12:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:12:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:12:29.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:12:29.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:12:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:12:39.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:12:39.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:13:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:13:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:13:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:13:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:13:29.650Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:13:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:13:39.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:13:39.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:14:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:14:29.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:14:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:14:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:14:29.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:14:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:14:39.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:14:39.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:15:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:15:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:15:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:15:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:15:29.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:15:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:15:39.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:15:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:16:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:16:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:16:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:16:29.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:16:29.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:16:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:16:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:16:39.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:17:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:17:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:17:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:17:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:17:29.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:17:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:17:39.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:17:39.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:18:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:18:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:18:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:18:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:18:29.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:18:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:18:39.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:18:39.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:19:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:19:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:19:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:19:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:19:29.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:19:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:19:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:19:39.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:20:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:20:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:20:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:20:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:20:29.650Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:20:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:20:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:20:39.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:21:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:21:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:21:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:21:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:21:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:21:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:21:39.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:21:39.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:22:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:22:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:22:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:22:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:22:29.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:22:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:22:39.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:22:39.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:23:29.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:23:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:23:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:23:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:23:29.648Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:23:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:23:39.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:23:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:24:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:24:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:24:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:24:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:24:29.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:24:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:24:39.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:24:39.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:25:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:25:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:25:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:25:29.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:25:29.650Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:25:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:25:39.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:25:39.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:26:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:26:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:26:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:26:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:26:29.648Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:26:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:26:39.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:26:39.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:27:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:27:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:27:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:27:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:27:29.648Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:27:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:27:39.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:27:39.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:28:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:28:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:28:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:28:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:28:29.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:28:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:28:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:28:39.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:29:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:29:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:29:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:29:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:29:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:29:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:29:39.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:29:39.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:30:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:30:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:30:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:30:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:30:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:30:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:30:39.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:30:39.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:31:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:31:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:31:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:31:29.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:31:29.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:31:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:31:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:31:39.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:32:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:32:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:32:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:32:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:32:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:32:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:32:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:32:39.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:33:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:33:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:33:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:33:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:33:29.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:33:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:33:39.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:33:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:34:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:34:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:34:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:34:29.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:34:29.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:34:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:34:39.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:34:39.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:35:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:35:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:35:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:35:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:35:29.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:35:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:35:39.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:35:39.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:36:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:36:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:36:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:36:29.649Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:36:29.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:36:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:36:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:36:39.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:37:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:37:29.636Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:37:29.636Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:37:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:37:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:37:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:37:39.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:37:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:38:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:38:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:38:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:38:29.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:38:29.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:38:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:38:39.210Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:38:39.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:39:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:39:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:39:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:39:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:39:29.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:39:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:39:39.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:39:39.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:40:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:40:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:40:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:40:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:40:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:40:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:40:39.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:40:39.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:41:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:41:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:41:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:41:29.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:41:29.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:41:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:41:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:41:39.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:42:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:42:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:42:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:42:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:42:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:42:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:42:39.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:42:39.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:43:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:43:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:43:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:43:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:43:29.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:43:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:43:39.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:43:39.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:44:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:44:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:44:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:44:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:44:29.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:44:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:44:39.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:44:39.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:45:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:45:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:45:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:45:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:45:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:45:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:45:39.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:45:39.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:46:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:46:29.635Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:46:29.635Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:46:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:46:29.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:46:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:46:39.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:46:39.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:47:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:47:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:47:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:47:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:47:29.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:47:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:47:39.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:47:39.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:48:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:48:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:48:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:48:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:48:29.650Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:48:29.651Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:48:39.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:48:39.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:49:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:49:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:49:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:49:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:49:29.648Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:49:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:49:39.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:49:39.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:50:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:50:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:50:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:50:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:50:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:50:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:50:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:50:39.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:51:29.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:51:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:51:29.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:51:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:30.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:30.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:30.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"46f426aa-97f4-466a-ab36-ecdeecf488db","serviceName":"vFW 2022-12-30 04-49-43","serviceVersion":"1.0","serviceUUID":"e1914087-4036-4d85-9c43-7fb46bead318","serviceDescription":"catalog service description","serviceInvariantUUID":"6add5dbb-45dc-4ce2-9351-0b16af19c8e5","resources":[{"resourceInstanceName":"vFW ecf54d67-5c1a 0","resourceName":"vFW ecf54d67-5c1a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90132a7d-1114-4a32-a08e-16264ba46527","resourceInvariantUUID":"d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe","resourceCustomizationUUID":"47c17c38-9a94-4fe7-9e64-be367579caed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRmOTQ3MmY5MmY1OGEwODcxNWQyODFkMDIyMjdkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37005e62-fff1-40cb-b457-fe00774242f5","artifactVersion":"1"},{"artifactName":"vfwecf54d675c1a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json","artifactChecksum":"ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1612c2ff-65f6-4e4e-9b88-4beabcb764b7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9177fd93-ed4b-4074-bbff-ea0117305d78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NkNmEzZTViYzM1MTI0MTVmODViN2FhNWU3ZDJjZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b2d391f-a3e0-40fa-9805-27fec0ade0c3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d91c5f36-97ce-4a93-8a4d-95b283f7cd0d","artifactVersion":"2","generatedFromUUID":"9177fd93-ed4b-4074-bbff-ea0117305d78"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221230044943-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml","artifactChecksum":"ZWRmY2NiNTBhNjU0NWM0OGJlOTU4ZmY3MmIwOWE1NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"434e19bc-bcc3-403d-bb8c-e556b0686195","artifactVersion":"1"},{"artifactName":"service-Vfw20221230044943-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar","artifactChecksum":"Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c512d726-9122-47b5-b034-4da3b2762436","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T04:51:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.326Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:30.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375832598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375839901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375848016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.353Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.354Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "cds",
"timestamp": 1672375849044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:51:30.453Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-30T04:51:30.457Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:30.458Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:30.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:30.479Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:30.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db
2022-12-30T04:51:30.592Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:30.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375844645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375852469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375853539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375854622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375848585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375855762,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:51:30.641Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db
2022-12-30T04:51:30.641Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:30.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375849314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375856497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375856768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375857218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375862882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375863887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:51:30.658Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db
2022-12-30T04:51:30.658Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375872550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:30.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:51:30.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "aai-ml",
"timestamp": 1672375873557,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:51:30.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db
2022-12-30T04:51:30.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:31.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:31.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:31.368Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:31.369Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:51:31.469Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:31.470Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:31.470Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:31.481Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:31.482Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:32.369Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:32.370Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:32.372Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:32.372Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:51:32.473Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T04:51:32.475Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:32.475Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:32.486Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:32.487Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:33.377Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:33.378Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:33.381Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:33.381Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:33.481Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:33.482Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:33.483Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:33.495Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:33.495Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:34.383Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:34.383Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:34.386Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:34.386Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-30T04:51:34.486Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:34.487Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:34.487Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:34.505Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:34.505Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:35.387Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:35.388Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:35.390Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:35.390Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:51:35.490Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:35.492Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:35.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:35.509Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:35.510Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:36.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:51:36.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:36.394Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:36.395Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:51:36.495Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:36.496Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:36.496Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:36.508Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:36.509Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:37.397Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"serviceName": "vFW 2022-12-30 04-49-43",
"serviceVersion": "1.0",
"serviceUUID": "e1914087-4036-4d85-9c43-7fb46bead318",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6add5dbb-45dc-4ce2-9351-0b16af19c8e5",
"resources": [
{
"resourceInstanceName": "vFW ecf54d67-5c1a 0",
"resourceCustomizationUUID": "47c17c38-9a94-4fe7-9e64-be367579caed",
"resourceName": "vFW ecf54d67-5c1a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "90132a7d-1114-4a32-a08e-16264ba46527",
"resourceInvariantUUID": "d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwecf54d675c1a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"artifactChecksum": "ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1612c2ff-65f6-4e4e-9b88-4beabcb764b7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9177fd93-ed4b-4074-bbff-ea0117305d78",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d",
"generatedFromUUID": "9177fd93-ed4b-4074-bbff-ea0117305d78"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221230044943-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"artifactChecksum": "Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c512d726-9122-47b5-b034-4da3b2762436"
}
],
"workloadContext": "Production"
}
2022-12-30T04:51:37.398Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T04:51:37.398Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1914087-4036-4d85-9c43-7fb46bead318 ASDC
2022-12-30T04:51:37.510Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:46f426aa-97f4-466a-ab36-ecdeecf488db
ServiceName:vFW 2022-12-30 04-49-43
ServiceVersion:1.0
ServiceUUID:e1914087-4036-4d85-9c43-7fb46bead318
ServiceInvariantUUID:6add5dbb-45dc-4ce2-9351-0b16af19c8e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221230044943-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar
ArtifactUUID:c512d726-9122-47b5-b034-4da3b2762436
ArtifactChecksum:Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ecf54d67-5c1a 0
ResourceCustomizationUUID:47c17c38-9a94-4fe7-9e64-be367579caed
ResourceInvariantUUID:d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe
ResourceName:vFW ecf54d67-5c1a
ResourceType:VF
ResourceUUID:90132a7d-1114-4a32-a08e-16264ba46527
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwecf54d675c1a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json
ArtifactUUID:1612c2ff-65f6-4e4e-9b88-4beabcb764b7
ArtifactChecksum:ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY=
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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml
ArtifactUUID:9177fd93-ed4b-4074-bbff-ea0117305d78
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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
ArtifactUUID:d91c5f36-97ce-4a93-8a4d-95b283f7cd0d
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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
ArtifactUUID:d91c5f36-97ce-4a93-8a4d-95b283f7cd0d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-30T04:51:37.511Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1914087-4036-4d85-9c43-7fb46bead318 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T04:51:37.575Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T04:51:37.576Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c512d726-9122-47b5-b034-4da3b2762436 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-30T04:51:37.580Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:37.688Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-30T04:51:37.706Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar c512d726-9122-47b5-b034-4da3b2762436 100716
2022-12-30T04:51:37.708Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar ASDC sendASDCNotification
2022-12-30T04:51:37.708Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:37.710Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:51:37.710Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:37.712Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:37.712Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375897707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:37.813Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:37.814Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:37.814Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:37.825Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:37.825Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:38.713Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T04:51:38.714Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-30T04:51:38.715Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c512d726-9122-47b5-b034-4da3b2762436, URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar to file: /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:38.715Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221230044943-csar.csar
2022-12-30T04:51:38.809Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:38.809Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:39.572Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4706629464153527563/Definitions/service-Vfw20221230044943-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-30T04:51:42.621Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ecf54d67-5c1a 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-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-30T04:51:42.633Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.635Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.638Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:42.639Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-30T04:51:42.640Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T04:51:42.650Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55e69105-91d4-4910-86d4-b21059be8e28
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=229d17fe-8cea-47ea-894e-47d9fff79509
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb12d39a-718c-43f7-8887-44ba20f0b2eb
2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:42.661Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:42.661Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-30 04-49-43
Description:catalog service description
Model UUID:e1914087-4036-4d85-9c43-7fb46bead318
Model Version:NULL
Model InvariantUuid:6add5dbb-45dc-4ce2-9351-0b16af19c8e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ecf54d67-5c1a
Model UUID:f624dd5e-56b3-4a42-b139-b9af6d6ab1a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:47c17c38-9a94-4fe7-9e64-be367579caed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1809c974-17ea-4989-bc9e-7796c5715de8
ModelName:VfwEcf54d675c1a..base_vfw..module-0
ModelUuid:cfb775e8-f1b0-4b11-b771-288600c8c03c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55e69105-91d4-4910-86d4-b21059be8e28
ModelInvariantUuid:21a10167-d1bd-4e57-92cb-b36ed609ef81
ModelName:vFW ecf54d67-5c1a-nodes.vfwCvfc
ModelUuid:92951506-ecec-4ba9-af13-a3a746158e66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3a8b51ae-3045-4769-8737-4a17e0990c37
ModelInvariantUuid:a809e4ca-6de3-41a7-a6aa-bb0319df4a4e
ModelName:VfwEcf54d675c1a.compute.nodes.heat.vfw
ModelUuid:4d42abf2-72d0-4aa6-927e-2d4ca1da3f38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:229d17fe-8cea-47ea-894e-47d9fff79509
ModelInvariantUuid:ea7689b7-fb2e-455f-bb5c-68955390721f
ModelName:vFW ecf54d67-5c1a-nodes.vsnCvfc
ModelUuid:577f71b2-020e-4368-947f-4338851b6c69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:49f8975f-aa8d-4638-9455-b4855690545c
ModelInvariantUuid:e8267483-c828-4d1c-9660-4f801a1d8a6d
ModelName:VfwEcf54d675c1a.compute.nodes.heat.vsn
ModelUuid:d1783c33-5144-4e29-ac9d-6ceefb78cf44
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eb12d39a-718c-43f7-8887-44ba20f0b2eb
ModelInvariantUuid:d18bf67a-a799-4838-b3e6-9117c52ec0c1
ModelName:vFW ecf54d67-5c1a-nodes.vpgCvfc
ModelUuid:a0ff969c-cb23-4944-8b96-167e992dd9fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c797ba05-4732-4d37-83b8-2b1120e99c6f
ModelInvariantUuid:dd797ad5-6c11-4a9e-9426-bd7f3d9d96a5
ModelName:VfwEcf54d675c1a.compute.nodes.heat.vpg
ModelUuid:ae7b766c-5019-4200-9ea1-3b1e9d772ce8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-30T04:51:42.671Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 90132a7d-1114-4a32-a08e-16264ba46527
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:51:42.767Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||vFW ecf54d67-5c1a 0
2022-12-30T04:51:42.773Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90132a7d-1114-4a32-a08e-16264ba46527
2022-12-30T04:51:42.773Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1612c2ff-65f6-4e4e-9b88-4beabcb764b7 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json
2022-12-30T04:51:42.774Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-30T04:51:42.774Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json
2022-12-30T04:51:42.871Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 1612c2ff-65f6-4e4e-9b88-4beabcb764b7 785
2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json ASDC sendASDCNotification
2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json
2022-12-30T04:51:42.873Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:51:42.873Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:42.876Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:42.876Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375902872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:42.976Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:42.977Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:42.977Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:42.987Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:42.987Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:43.879Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEcf54d675c1a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1809c974-17ea-4989-bc9e-7796c5715de8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfb775e8-f1b0-4b11-b771-288600c8c03c",
"vfModuleModelCustomizationUUID": "2fb2c771-c7fc-4b06-a200-6f6afdfde02e",
"isBase": true,
"artifacts": [
"9177fd93-ed4b-4074-bbff-ea0117305d78",
"d91c5f36-97ce-4a93-8a4d-95b283f7cd0d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-30T04:51:43.894Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEcf54d675c1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfb775e8-f1b0-4b11-b771-288600c8c03c
VfModuleModelInvariantUUID:1809c974-17ea-4989-bc9e-7796c5715de8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9177fd93-ed4b-4074-bbff-ea0117305d78
,
d91c5f36-97ce-4a93-8a4d-95b283f7cd0d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEcf54d675c1a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1809c974-17ea-4989-bc9e-7796c5715de8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfb775e8-f1b0-4b11-b771-288600c8c03c",
"vfModuleModelCustomizationUUID": "2fb2c771-c7fc-4b06-a200-6f6afdfde02e",
"isBase": true,
"artifacts": [
"9177fd93-ed4b-4074-bbff-ea0117305d78",
"d91c5f36-97ce-4a93-8a4d-95b283f7cd0d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEcf54d675c1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfb775e8-f1b0-4b11-b771-288600c8c03c
VfModuleModelInvariantUUID:1809c974-17ea-4989-bc9e-7796c5715de8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9177fd93-ed4b-4074-bbff-ea0117305d78
,
d91c5f36-97ce-4a93-8a4d-95b283f7cd0d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9177fd93-ed4b-4074-bbff-ea0117305d78 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml
2022-12-30T04:51:43.898Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-30T04:51:43.898Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml
2022-12-30T04:51:43.946Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 9177fd93-ed4b-4074-bbff-ea0117305d78 20368
2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml
2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:43.949Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:43.949Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375903947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:44.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:44.051Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:44.051Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:44.065Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:44.066Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d91c5f36-97ce-4a93-8a4d-95b283f7cd0d from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
2022-12-30T04:51:45.018Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-30T04:51:45.019Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env d91c5f36-97ce-4a93-8a4d-95b283f7cd0d 2098
2022-12-30T04:51:45.019Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:45.023Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:45.023Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375905019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:51:45.123Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:45.124Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:45.125Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:45.138Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:45.139Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:46.024Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e1914087-4036-4d85-9c43-7fb46bead318
2022-12-30T04:51:46.024Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ecf54d67-5c1a 0 90132a7d-1114-4a32-a08e-16264ba46527 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:51:46.064Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29ca0d54, org.onap.sdc.toscaparser.api.parameters.Input@4b7a3e5c, org.onap.sdc.toscaparser.api.parameters.Input@46c434c7, org.onap.sdc.toscaparser.api.parameters.Input@7b8d3c44, org.onap.sdc.toscaparser.api.parameters.Input@2543ecc]
2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 47c17c38-9a94-4fe7-9e64-be367579caed
2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47c17c38-9a94-4fe7-9e64-be367579caed matches Tosca VF Customization UUID: 47c17c38-9a94-4fe7-9e64-be367579caed
2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 47c17c38-9a94-4fe7-9e64-be367579caed matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-30T04:51:46.082Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.082Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.083Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 47c17c38-9a94-4fe7-9e64-be367579caed: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67fb33f0
2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fb2c771-c7fc-4b06-a200-6f6afdfde02e
2022-12-30T04:51:46.086Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fb2c771-c7fc-4b06-a200-6f6afdfde02e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-30T04:51:46.097Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.098Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.098Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T04:51:46.103Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.103Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55e69105-91d4-4910-86d4-b21059be8e28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-30T04:51:46.112Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.112Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.117Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=229d17fe-8cea-47ea-894e-47d9fff79509
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-30T04:51:46.119Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.120Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.120Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria
2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb12d39a-718c-43f7-8887-44ba20f0b2eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-30T04:51:46.129Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria
2022-12-30T04:51:46.131Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=47c17c38-9a94-4fe7-9e64-be367579caed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:51:46.133Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e1914087-4036-4d85-9c43-7fb46bead318: vFW ecf54d67-5c1a
2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-30 04-49-43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ecf54d67-5c1a 90132a7d-1114-4a32-a08e-16264ba46527 1 ASDC deployResourceStructure
2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json ASDC sendASDCNotification
2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json
2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:51:46.447Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:46.448Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:46.448Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375906446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:46.549Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:46.550Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:46.550Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:46.560Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:46.561Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml
2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:47.452Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:47.452Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375907450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:47.552Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:47.553Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:47.554Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:47.598Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:47.598Z||pool-15-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:48.453Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env
2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:48.456Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:48.456Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375908453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:48.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:51:48.557Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:48.557Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:48.578Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:48.579Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar ASDC sendASDCNotification
2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar
2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:51:49.459Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:51:49.461Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:51:49.461Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375909457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:51:49.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T04:51:49.562Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:51:49.562Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:51:49.575Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:51:49.575Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:51:50.463Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:51:50.484Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:51:50.493Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:51:50.500Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T04:52:20.501Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-30T04:52:20.512Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f426aa-97f4-466a-ab36-ecdeecf488db and serviceModelVersionId: e1914087-4036-4d85-9c43-7fb46bead318
2022-12-30T04:52:20.513Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6add5dbb-45dc-4ce2-9351-0b16af19c8e5
2022-12-30T04:52:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:52:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:52:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:29.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:52:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:52:29.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:52:35.400Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0
2022-12-30T04:52:35.505Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T04:52:36.015Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-30T04:52:36.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|INFO|500||Invoke
2022-12-30T04:52:36.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-30T04:52:36.399Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|INFO|500||InvokeReturn
2022-12-30T04:52:36.399Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 04:52:34 GMT], content-length=[0], vertex-id=[208984], x-aai-txid=[0-aai-resources-221230-04:52:34:520-73303], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T04:52:36.400Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T04:52:36.416Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T04:52:36.416Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:52:36.428Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T04:52:36.429Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f426aa-97f4-466a-ab36-ecdeecf488db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T04:52:36.430Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T04:52:36.430Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:36.432Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:36.432Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375956429,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T04:52:36.532Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:36.533Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:36.534Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:36.544Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:36.545Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T04:52:37.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:52:37.449Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:52:37.449Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:38.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:38.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-30T04:52:38.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3038ab92-b085-475c-b471-77cc212d54bc","serviceName":"basic_onboard_HGuCJR","serviceVersion":"1.0","serviceUUID":"6b04a23b-6d06-4115-9d22-ddb9335caa1b","serviceDescription":"service","serviceInvariantUUID":"84c285b3-7ae2-42cd-b5eb-d6b202c7a18e","resources":[{"resourceInstanceName":"basic_onboard_HGuCJR 0","resourceName":"basic_onboard_HGuCJR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0dbda3c-c289-4e71-a611-2f764e0ef44f","resourceInvariantUUID":"d0570d66-7eef-4128-be51-c947717e78d5","resourceCustomizationUUID":"e2d99b3b-9d22-4682-bc6f-59b529850270","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml","artifactChecksum":"MDIyOTZiZWM0MzkyZTZiNTFmN2E5ZjBmZDgxOTNiMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"919c9ab4-244a-4c41-837b-61ef8d9127d1","artifactVersion":"1"},{"artifactName":"basic_onboard_hgucjr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json","artifactChecksum":"ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5396ac14-a98e-4383-9215-4cf686b371b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48de683f-423b-4b32-b79e-4be37982bba0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"548df2b9-6499-4568-9e9c-2e52054af938","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a30b7a8c-18a6-4a39-8508-15abd6da6709","artifactVersion":"2","generatedFromUUID":"48de683f-423b-4b32-b79e-4be37982bba0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHgucjr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml","artifactChecksum":"ZTE2YTY3YjdiYzgyZjQyNzcyZmRkY2YwMDk0OGFlMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85d017d6-b4ef-4dd7-958a-bfbf91479c71","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHgucjr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar","artifactChecksum":"N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be103285-18da-46fd-be66-bf3a5cb4d159","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T04:52:38.082Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:38.082Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:38.084Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:38.084Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:52:38.184Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:38.185Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:38.185Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:38.204Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:38.204Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:39.085Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:39.086Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:39.088Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:39.088Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:52:39.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T04:52:39.189Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:39.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:39.203Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:39.203Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T04:52:40.089Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:40.090Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:40.093Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:40.093Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:52:40.193Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:40.194Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:40.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:40.205Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:40.206Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:41.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:41.096Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:41.098Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:41.098Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:52:41.199Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:41.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-12-30T04:52:41.201Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:41.212Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:41.212Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:42.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:42.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:42.102Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:42.102Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-30T04:52:42.202Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:42.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-12-30T04:52:42.204Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:42.216Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:42.216Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:43.103Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:43.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:43.106Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:43.106Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:52:43.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:43.207Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:43.208Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:43.263Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:43.264Z||pool-24-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:44.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T04:52:44.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:44.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:44.109Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:52:44.211Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T04:52:44.212Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:44.212Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:44.224Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:44.225Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:45.111Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"serviceName": "basic_onboard_HGuCJR",
"serviceVersion": "1.0",
"serviceUUID": "6b04a23b-6d06-4115-9d22-ddb9335caa1b",
"serviceDescription": "service",
"serviceInvariantUUID": "84c285b3-7ae2-42cd-b5eb-d6b202c7a18e",
"resources": [
{
"resourceInstanceName": "basic_onboard_HGuCJR 0",
"resourceCustomizationUUID": "e2d99b3b-9d22-4682-bc6f-59b529850270",
"resourceName": "basic_onboard_HGuCJR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c0dbda3c-c289-4e71-a611-2f764e0ef44f",
"resourceInvariantUUID": "d0570d66-7eef-4128-be51-c947717e78d5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hgucjr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"artifactChecksum": "ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5396ac14-a98e-4383-9215-4cf686b371b2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48de683f-423b-4b32-b79e-4be37982bba0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a30b7a8c-18a6-4a39-8508-15abd6da6709",
"generatedFromUUID": "48de683f-423b-4b32-b79e-4be37982bba0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a30b7a8c-18a6-4a39-8508-15abd6da6709",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHgucjr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"artifactChecksum": "N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be103285-18da-46fd-be66-bf3a5cb4d159"
}
],
"workloadContext": "Production"
}
2022-12-30T04:52:45.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T04:52:45.112Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b04a23b-6d06-4115-9d22-ddb9335caa1b ASDC
2022-12-30T04:52:45.112Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3038ab92-b085-475c-b471-77cc212d54bc
ServiceName:basic_onboard_HGuCJR
ServiceVersion:1.0
ServiceUUID:6b04a23b-6d06-4115-9d22-ddb9335caa1b
ServiceInvariantUUID:84c285b3-7ae2-42cd-b5eb-d6b202c7a18e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHgucjr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar
ArtifactUUID:be103285-18da-46fd-be66-bf3a5cb4d159
ArtifactChecksum:N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HGuCJR 0
ResourceCustomizationUUID:e2d99b3b-9d22-4682-bc6f-59b529850270
ResourceInvariantUUID:d0570d66-7eef-4128-be51-c947717e78d5
ResourceName:basic_onboard_HGuCJR
ResourceType:VF
ResourceUUID:c0dbda3c-c289-4e71-a611-2f764e0ef44f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hgucjr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json
ArtifactUUID:5396ac14-a98e-4383-9215-4cf686b371b2
ArtifactChecksum:ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY=
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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:48de683f-423b-4b32-b79e-4be37982bba0
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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
ArtifactUUID:a30b7a8c-18a6-4a39-8508-15abd6da6709
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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
ArtifactUUID:a30b7a8c-18a6-4a39-8508-15abd6da6709
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-30T04:52:45.112Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b04a23b-6d06-4115-9d22-ddb9335caa1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:52:45.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T04:52:45.147Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-30T04:52:45.147Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be103285-18da-46fd-be66-bf3a5cb4d159 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:45.215Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-30T04:52:45.219Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar be103285-18da-46fd-be66-bf3a5cb4d159 75315
2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar ASDC sendASDCNotification
2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:52:45.221Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:45.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:45.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375965220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:52:45.323Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:45.324Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:45.324Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:45.341Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:45.341Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-30T04:52:46.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be103285-18da-46fd-be66-bf3a5cb4d159, URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar to file: /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:46.228Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:46.228Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:46.364Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11185694384090441554/Definitions/service-BasicOnboardHgucjr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HGuCJR 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-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=42275cbf-93c8-4575-9856-3d9c4ae5802c
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HGuCJR
Description:service
Model UUID:6b04a23b-6d06-4115-9d22-ddb9335caa1b
Model Version:NULL
Model InvariantUuid:84c285b3-7ae2-42cd-b5eb-d6b202c7a18e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HGuCJR
Model UUID:1e806720-1a53-4ca3-b87a-6a4c210ccc8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0570d66-7eef-4128-be51-c947717e78d5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e2d99b3b-9d22-4682-bc6f-59b529850270
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eb80d230-903a-4285-8a81-18bce3617c89
ModelName:BasicOnboardHgucjr..base_ubuntu18..module-0
ModelUuid:f16a8526-7813-473d-8200-7219847f5604
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:42275cbf-93c8-4575-9856-3d9c4ae5802c
ModelInvariantUuid:d6113772-8ddd-4852-a752-efe1091013d1
ModelName:basic_onboard_HGuCJR-nodes.ubuntu18Cvfc
ModelUuid:f3d39ad7-011e-4c25-bf1c-e26d0be2b174
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8d594c05-f5dc-4b99-8632-6c43b7cb2717
ModelInvariantUuid:46ae04af-ddcf-470a-8f88-b1dbe85bd120
ModelName:BasicOnboardHgucjr.compute.nodes.heat.ubuntu18
ModelUuid:e9f6ea73-7420-421a-bf58-93750219d981
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-30T04:52:47.537Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c0dbda3c-c289-4e71-a611-2f764e0ef44f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||basic_onboard_HGuCJR 0
2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0dbda3c-c289-4e71-a611-2f764e0ef44f
2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5396ac14-a98e-4383-9215-4cf686b371b2 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json
2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json
2022-12-30T04:52:47.588Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-30T04:52:47.588Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 5396ac14-a98e-4383-9215-4cf686b371b2 798
2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json ASDC sendASDCNotification
2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json
2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:47.591Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:47.591Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375967589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:52:47.692Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T04:52:47.693Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:47.693Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:47.703Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:47.704Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:48.593Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHgucjr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eb80d230-903a-4285-8a81-18bce3617c89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f16a8526-7813-473d-8200-7219847f5604",
"vfModuleModelCustomizationUUID": "6a52dd60-65a2-4281-aaf5-b76e173bbea2",
"isBase": true,
"artifacts": [
"48de683f-423b-4b32-b79e-4be37982bba0",
"a30b7a8c-18a6-4a39-8508-15abd6da6709"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-30T04:52:48.597Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHgucjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f16a8526-7813-473d-8200-7219847f5604
VfModuleModelInvariantUUID:eb80d230-903a-4285-8a81-18bce3617c89
VfModuleModelDescription:NULL
Artifacts UUID List:{
48de683f-423b-4b32-b79e-4be37982bba0
,
a30b7a8c-18a6-4a39-8508-15abd6da6709
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-30T04:52:48.600Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHgucjr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eb80d230-903a-4285-8a81-18bce3617c89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f16a8526-7813-473d-8200-7219847f5604",
"vfModuleModelCustomizationUUID": "6a52dd60-65a2-4281-aaf5-b76e173bbea2",
"isBase": true,
"artifacts": [
"48de683f-423b-4b32-b79e-4be37982bba0",
"a30b7a8c-18a6-4a39-8508-15abd6da6709"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHgucjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f16a8526-7813-473d-8200-7219847f5604
VfModuleModelInvariantUUID:eb80d230-903a-4285-8a81-18bce3617c89
VfModuleModelDescription:NULL
Artifacts UUID List:{
48de683f-423b-4b32-b79e-4be37982bba0
,
a30b7a8c-18a6-4a39-8508-15abd6da6709
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48de683f-423b-4b32-b79e-4be37982bba0 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml
2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml
2022-12-30T04:52:48.645Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 48de683f-423b-4b32-b79e-4be37982bba0 5033
2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml
2022-12-30T04:52:48.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:52:48.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:48.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:48.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375968646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:52:48.749Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:48.750Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:48.750Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:48.762Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:48.763Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-30T04:52:49.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a30b7a8c-18a6-4a39-8508-15abd6da6709 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
2022-12-30T04:52:49.650Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-30T04:52:49.650Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
2022-12-30T04:52:49.701Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env a30b7a8c-18a6-4a39-8508-15abd6da6709 909
2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:49.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:49.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375969702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:52:49.804Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:49.805Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:49.806Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:49.825Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:49.825Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:50.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6b04a23b-6d06-4115-9d22-ddb9335caa1b
2022-12-30T04:52:50.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HGuCJR 0 c0dbda3c-c289-4e71-a611-2f764e0ef44f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:52:50.721Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aaa0e52, org.onap.sdc.toscaparser.api.parameters.Input@7f421368, org.onap.sdc.toscaparser.api.parameters.Input@6b45d4d0, org.onap.sdc.toscaparser.api.parameters.Input@12cf5257, org.onap.sdc.toscaparser.api.parameters.Input@80d16c2]
2022-12-30T04:52:50.722Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.722Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e2d99b3b-9d22-4682-bc6f-59b529850270
2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2d99b3b-9d22-4682-bc6f-59b529850270 matches Tosca VF Customization UUID: e2d99b3b-9d22-4682-bc6f-59b529850270
2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e2d99b3b-9d22-4682-bc6f-59b529850270 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-30T04:52:50.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e2d99b3b-9d22-4682-bc6f-59b529850270: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a289575
2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a52dd60-65a2-4281-aaf5-b76e173bbea2
2022-12-30T04:52:50.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a52dd60-65a2-4281-aaf5-b76e173bbea2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T04:52:50.731Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=42275cbf-93c8-4575-9856-3d9c4ae5802c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria
2022-12-30T04:52:50.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=e2d99b3b-9d22-4682-bc6f-59b529850270
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:52:50.735Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.735Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6b04a23b-6d06-4115-9d22-ddb9335caa1b: basic_onboard_HGuCJR
2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T04:52:50.738Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_HGuCJR
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HGuCJR c0dbda3c-c289-4e71-a611-2f764e0ef44f 1 ASDC deployResourceStructure
2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json ASDC sendASDCNotification
2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json
2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:52:50.824Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:50.825Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:50.825Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375970823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:52:50.926Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T04:52:50.927Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:50.927Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:50.940Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:50.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml
2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:51.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:51.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375971827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-30T04:52:51.930Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:51.931Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:51.931Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:51.942Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:51.942Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-30T04:52:52.830Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env
2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:52.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:52.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375972830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-30T04:52:52.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:52:52.934Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:52.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:52.945Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:52.946Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar ASDC sendASDCNotification
2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar
2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T04:52:53.835Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:52:53.836Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:52:53.836Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375973834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:52:53.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T04:52:53.937Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:52:53.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:52:53.950Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:52:53.950Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T04:52:54.837Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:52:54.849Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T04:53:24.860Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:53:24.870Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T04:53:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:53:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:53:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:53:29.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:53:29.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375889633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375897707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375902872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375903947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375905019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375906446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375907450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375908453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375909457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672375912598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375909314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375908585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375922081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375922148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375922706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "cds",
"timestamp": 1672375923715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:53:29.747Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc
2022-12-30T04:53:29.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:53:29.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375924503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672375925511,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:53:29.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc
2022-12-30T04:53:29.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375930310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:53:29.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "aai-ml",
"timestamp": 1672375931316,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:53:29.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc
2022-12-30T04:53:29.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:53:29.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375924644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375932412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375933500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375934557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:53:29.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375935585,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:53:29.795Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc
2022-12-30T04:53:29.795Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T04:53:29.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:53:29.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672375936589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:53:29.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:53:54.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:53:54.890Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T04:53:54.901Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T04:54:24.902Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-30T04:54:24.909Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3038ab92-b085-475c-b471-77cc212d54bc and serviceModelVersionId: 6b04a23b-6d06-4115-9d22-ddb9335caa1b
2022-12-30T04:54:24.909Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84c285b3-7ae2-42cd-b5eb-d6b202c7a18e
2022-12-30T04:54:24.910Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0
2022-12-30T04:54:24.914Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T04:54:24.968Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-30T04:54:24.970Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|INFO|500||Invoke
2022-12-30T04:54:25.006Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-30T04:54:25.135Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|INFO|500||InvokeReturn
2022-12-30T04:54:25.137Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 04:54:23 GMT], content-length=[0], vertex-id=[180464], x-aai-txid=[2-aai-resources-221230-04:54:23:378-35193], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3038ab92-b085-475c-b471-77cc212d54bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T04:54:25.144Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-30T04:54:25.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T04:54:25.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376065143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T04:54:25.246Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T04:54:25.247Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T04:54:25.247Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:54:25.268Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:54:25.269Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T04:54:26.171Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:54:26.171Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:54:26.172Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:54:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:54:29.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:54:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:54:29.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:54:29.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375956429,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T04:54:29.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:54:29.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375957448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375965220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375967589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375968646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375969702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375970823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375971827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375972830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672375973834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:54:35.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:54:35.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:54:35.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:54:35.727Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:54:45.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:55:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:55:29.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:55:29.637Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:55:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:55:29.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:55:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:55:30.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:55:30.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T04:55:30.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3038ab92-b085-475c-b471-77cc212d54bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376065143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T04:55:30.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T04:55:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:56:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:56:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:56:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:56:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:56:29.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:56:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:56:39.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:56:39.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:57:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:57:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:57:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:57:29.651Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:57:29.654Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:57:29.654Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:57:39.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:57:39.196Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:58:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:58:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:58:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:58:29.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:58:29.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:58:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:58:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:58:39.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:59:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:59:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:59:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:59:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T04:59:29.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T04:59:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T04:59:39.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T04:59:39.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:00:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:00:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:00:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:00:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:00:29.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:00:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:00:39.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:00:39.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:01:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:01:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:01:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:01:29.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:01:29.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:01:29.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:01:39.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:01:39.203Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:02:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:02:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:02:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:02:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:02:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:02:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:02:39.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:02:39.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:03:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:03:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:03:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:03:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:03:29.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:03:29.650Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:03:39.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:03:39.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:04:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:04:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:04:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:04:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:04:29.653Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:04:29.653Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:04:39.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:04:39.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:05:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:05:29.636Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:05:29.636Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:05:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:05:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:05:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:05:39.208Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:05:39.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:06:29.634Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:06:29.634Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:06:29.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:06:29.648Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:30.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a3dd40b-1059-427b-b288-e60dcb282e7c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"17e594a5-0cd3-4afa-9ebe-06ea22989d65","serviceDescription":"service","serviceInvariantUUID":"87bcb231-1039-4c85-b1ae-49df0240397a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1e624f66-0cb3-43bc-8432-09ca92726235","resourceInvariantUUID":"a3076ada-3e1c-4675-aae5-ef8a30ced335","resourceCustomizationUUID":"81bd80a5-aa25-4589-ac2a-eb43f14c250e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDkzMjk4OGM5YjRjN2Y0Y2Q0ZTdhM2RmYTg5NTZhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3f5f386-ab58-4573-831c-006c2c40f7fa","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c336893-c126-4826-9970-8e5d6178641b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T05:06:30.317Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:06:30.318Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:06:30.321Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:06:30.321Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376789633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:30.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672376744644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1672376752598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672376749314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "aai-ml",
"timestamp": 1672376748586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1672376752598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672376744644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:06:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672376749314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:06:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "aai-ml",
"timestamp": 1672376748586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "cds",
"timestamp": 1672376754901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:06:30.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672376756631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "aai-ml",
"timestamp": 1672376756737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T05:06:30.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "cds",
"timestamp": 1672376754901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "cds",
"timestamp": 1672376757670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T05:06:30.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672376758371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T05:06:30.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "cds",
"timestamp": 1672376758678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T05:06:30.385Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c
2022-12-30T05:06:30.385Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T05:06:30.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672376759376,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T05:06:30.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c
2022-12-30T05:06:30.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "aai-ml",
"timestamp": 1672376761478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T05:06:30.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "aai-ml",
"timestamp": 1672376762483,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T05:06:30.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c
2022-12-30T05:06:30.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T05:06:30.421Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:06:30.422Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:06:30.422Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:30.433Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:30.433Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:06:31.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:06:31.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:06:31.329Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:06:31.329Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376789633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:06:31.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T05:06:31.431Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:06:31.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:31.444Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:31.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:06:32.330Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "17e594a5-0cd3-4afa-9ebe-06ea22989d65",
"serviceDescription": "service",
"serviceInvariantUUID": "87bcb231-1039-4c85-b1ae-49df0240397a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "81bd80a5-aa25-4589-ac2a-eb43f14c250e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1e624f66-0cb3-43bc-8432-09ca92726235",
"resourceInvariantUUID": "a3076ada-3e1c-4675-aae5-ef8a30ced335",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c336893-c126-4826-9970-8e5d6178641b"
}
],
"workloadContext": "Production"
}
2022-12-30T05:06:32.332Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T05:06:32.332Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17e594a5-0cd3-4afa-9ebe-06ea22989d65 ASDC
2022-12-30T05:06:32.333Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5a3dd40b-1059-427b-b288-e60dcb282e7c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:17e594a5-0cd3-4afa-9ebe-06ea22989d65
ServiceInvariantUUID:87bcb231-1039-4c85-b1ae-49df0240397a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:0c336893-c126-4826-9970-8e5d6178641b
ArtifactChecksum:ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:81bd80a5-aa25-4589-ac2a-eb43f14c250e
ResourceInvariantUUID:a3076ada-3e1c-4675-aae5-ef8a30ced335
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1e624f66-0cb3-43bc-8432-09ca92726235
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-30T05:06:32.333Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17e594a5-0cd3-4afa-9ebe-06ea22989d65 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T05:06:32.382Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c336893-c126-4826-9970-8e5d6178641b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T05:06:32.384Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T05:06:32.458Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T05:06:32.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0c336893-c126-4826-9970-8e5d6178641b 57654
2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:06:32.467Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:06:32.467Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376792465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T05:06:32.568Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T05:06:32.569Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:06:32.570Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:32.582Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:32.583Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:06:33.468Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0c336893-c126-4826-9970-8e5d6178641b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-30T05:06:33.470Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:33.470Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:33.692Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10262350242803252091/Definitions/service-BasicNetwork-template.yml
2022-12-30T05:06:34.198Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:17e594a5-0cd3-4afa-9ebe-06ea22989d65
Model Version:NULL
Model InvariantUuid:87bcb231-1039-4c85-b1ae-49df0240397a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a3076ada-3e1c-4675-aae5-ef8a30ced335
Model UUID:7648ba7a-2c31-455f-960c-9db8ed1e0f23
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:81bd80a5-aa25-4589-ac2a-eb43f14c250e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-30T05:06:34.214Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 1e624f66-0cb3-43bc-8432-09ca92726235
2022-12-30T05:06:34.214Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||No resources found for Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T05:06:34.222Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||
2022-12-30T05:06:34.222Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65
2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65
2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T05:06:34.229Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52d47e22, org.onap.sdc.toscaparser.api.parameters.Input@6f6d7c7, org.onap.sdc.toscaparser.api.parameters.Input@1ba64e3c, org.onap.sdc.toscaparser.api.parameters.Input@12368f70, org.onap.sdc.toscaparser.api.parameters.Input@6362d67a]
2022-12-30T05:06:34.231Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.231Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 17e594a5-0cd3-4afa-9ebe-06ea22989d65: Generic NeutronNet
2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-30T05:06:34.281Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:06:34.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-30T05:06:34.342Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-30T05:06:34.342Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:06:34.346Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:06:34.346Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376794342,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-30T05:06:34.446Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:06:34.447Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:06:34.448Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:06:34.461Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:06:34.462Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:06:35.347Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T05:06:35.362Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T05:06:35.370Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T05:07:05.370Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-30T05:07:05.377Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c and serviceModelVersionId: 17e594a5-0cd3-4afa-9ebe-06ea22989d65
2022-12-30T05:07:05.377Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87bcb231-1039-4c85-b1ae-49df0240397a
2022-12-30T05:07:05.379Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0
2022-12-30T05:07:05.384Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T05:07:05.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|INFO|500||Invoke
2022-12-30T05:07:05.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ba6b81c-7387-4cd3-aaee-fade2ac05966], X-ECOMP-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], X-TransactionId=[], X-ONAP-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], Content-Type=[application/merge-patch+json]}
2022-12-30T05:07:05.495Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-30T05:07:05.604Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?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/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:07:03 GMT], content-length=[0], vertex-id=[180296], x-aai-txid=[0-aai-resources-221230-05:07:03:807-56145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T05:07:05.605Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|INFO|500||InvokeReturn
2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T05:07:05.611Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a3dd40b-1059-427b-b288-e60dcb282e7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:05.614Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:05.614Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376825612,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T05:07:05.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T05:07:05.716Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:05.716Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:05.732Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:05.732Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T05:07:29.633Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:07:29.636Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:07:29.637Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T05:07:29.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T05:07:29.649Z||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 q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:29.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:29.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T05:07:29.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376789633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:29.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-30T05:07:30.267Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:30.276Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T05:07:30.277Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"137c4bef-ba48-48a4-ac3c-397a86f4135a","serviceName":"Demo_pNF_4eltbjRrUbwDlUu68Ym7","serviceVersion":"1.0","serviceUUID":"bb57a21e-00dd-413a-9f97-8cc099c7de14","serviceDescription":"catalog service description","serviceInvariantUUID":"f7fbe915-22c1-4898-9cca-be22df27a324","resources":[{"resourceInstanceName":"pNF d495681f-106f 0","resourceName":"pNF d495681f-106f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87c6fb7d-9ad2-4297-bb2b-957359698cfe","resourceInvariantUUID":"f29b09f2-a8e9-43ec-88e7-637e21bdb94d","resourceCustomizationUUID":"fc869b7e-3a95-4746-8ad9-ef371594c38a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml","artifactChecksum":"YjJjYmI2NzBhNWQyOWE4YzdjMGE2NGU0ZjRlYTIzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66433c74-fc52-46bb-8bfa-9038e1d97af0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar","artifactChecksum":"NGEzNmI1MGYyNjA4NTBjOGNlYThhNTMwM2Q5YzMzY2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf8e5aa3-13cd-4169-ae6b-32c915605792","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e867109-991c-4451-8a0a-9cde8ac06de3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml","artifactChecksum":"YTgxZGZhYmNhNTNmYTA3YjJlY2EwYWQ0ZjgxNjE4ZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"204c5adc-5b25-4dd5-8b17-2fc1e2b156db","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0ff44d8-1ec8-4255-b1e7-42ac01869e3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab8c67a8-fd62-4ab2-a73b-bb2dd50eb528","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4eltbjrrubwdluu68ym7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml","artifactChecksum":"Yzg2ZGIyMzE4MTlhZmY3MTNiZThiNDM0NTg1ZmM2ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8e5fcf-2095-4876-9267-7e81713bc39d","artifactVersion":"1"},{"artifactName":"service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar","artifactChecksum":"MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e33797-336c-4b83-850f-a64b307af55a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T05:07:30.279Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:30.279Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:30.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:30.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:30.383Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T05:07:30.384Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:30.384Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:30.395Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:30.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:31.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:31.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:31.286Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:31.286Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:31.386Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:31.387Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:31.387Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:31.405Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:31.406Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:07:32.289Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:32.290Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:32.292Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:32.292Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:32.392Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:32.393Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:32.393Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:32.406Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:32.406Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:33.293Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:33.294Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:33.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:33.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:33.397Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:33.398Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:33.398Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:33.417Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:33.417Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:34.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:34.299Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:34.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:34.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:34.401Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-30T05:07:34.402Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:34.402Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:34.421Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:34.422Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:35.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:35.305Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:35.307Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:35.307Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:35.407Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:35.409Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:35.410Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:35.422Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:35.423Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:36.308Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:36.309Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:36.311Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:36.312Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-30T05:07:36.412Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T05:07:36.412Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:36.413Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:36.429Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:36.429Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:07:37.312Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T05:07:37.314Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:37.316Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:37.316Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376849633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar",
"status": "NOTIFIED"
}
2022-12-30T05:07:37.416Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:37.417Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:37.417Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:37.428Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:37.429Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T05:07:38.317Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"serviceName": "Demo_pNF_4eltbjRrUbwDlUu68Ym7",
"serviceVersion": "1.0",
"serviceUUID": "bb57a21e-00dd-413a-9f97-8cc099c7de14",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f7fbe915-22c1-4898-9cca-be22df27a324",
"resources": [
{
"resourceInstanceName": "pNF d495681f-106f 0",
"resourceCustomizationUUID": "fc869b7e-3a95-4746-8ad9-ef371594c38a",
"resourceName": "pNF d495681f-106f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "87c6fb7d-9ad2-4297-bb2b-957359698cfe",
"resourceInvariantUUID": "f29b09f2-a8e9-43ec-88e7-637e21bdb94d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar",
"artifactChecksum": "MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5e33797-336c-4b83-850f-a64b307af55a"
}
],
"workloadContext": "Production"
}
2022-12-30T05:07:38.318Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T05:07:38.318Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb57a21e-00dd-413a-9f97-8cc099c7de14 ASDC
2022-12-30T05:07:38.319Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:137c4bef-ba48-48a4-ac3c-397a86f4135a
ServiceName:Demo_pNF_4eltbjRrUbwDlUu68Ym7
ServiceVersion:1.0
ServiceUUID:bb57a21e-00dd-413a-9f97-8cc099c7de14
ServiceInvariantUUID:f7fbe915-22c1-4898-9cca-be22df27a324
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
ArtifactUUID:f5e33797-336c-4b83-850f-a64b307af55a
ArtifactChecksum:MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d495681f-106f 0
ResourceCustomizationUUID:fc869b7e-3a95-4746-8ad9-ef371594c38a
ResourceInvariantUUID:f29b09f2-a8e9-43ec-88e7-637e21bdb94d
ResourceName:pNF d495681f-106f
ResourceType:PNF
ResourceUUID:87c6fb7d-9ad2-4297-bb2b-957359698cfe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-30T05:07:38.319Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb57a21e-00dd-413a-9f97-8cc099c7de14 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T05:07:38.348Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f5e33797-336c-4b83-850f-a64b307af55a from URL: /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:38.469Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T05:07:38.473Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar f5e33797-336c-4b83-850f-a64b307af55a 87774
2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar ASDC sendASDCNotification
2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T05:07:38.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T05:07:38.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672376858474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-30T05:07:38.576Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T05:07:38.577Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T05:07:38.577Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ...
2022-12-30T05:07:38.599Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-30T05:07:38.600Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-30T05:07:39.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T05:07:39.477Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T05:07:39.478Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f5e33797-336c-4b83-850f-a64b307af55a, URL: /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar to file: /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:39.478Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:39.479Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:39.479Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:39.590Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11930843948947064656/Definitions/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml
2022-12-30T05:07:40.410Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T05:07:40.411Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T05:07:40.411Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d495681f-106f 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar
2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Node template pNF d495681f-106f 0 is matching search criteria
2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d495681f-106f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Node template pNF d495681f-106f 0 is matching search criteria
2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d495681f-106f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.420Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.420Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_4eltbjRrUbwDlUu68Ym7
Description:catalog service description
Model UUID:bb57a21e-00dd-413a-9f97-8cc099c7de14
Model Version:NULL
Model InvariantUuid:f7fbe915-22c1-4898-9cca-be22df27a324
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-30T05:07:40.427Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87c6fb7d-9ad2-4297-bb2b-957359698cfe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T05:07:40.431Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||pNF d495681f-106f 0
2022-12-30T05:07:40.431Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87c6fb7d-9ad2-4297-bb2b-957359698cfe
2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bb57a21e-00dd-413a-9f97-8cc099c7de14
2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bb57a21e-00dd-413a-9f97-8cc099c7de14
2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d495681f-106f 0 87c6fb7d-9ad2-4297-bb2b-957359698cfe ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T05:07:40.437Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78844677, org.onap.sdc.toscaparser.api.parameters.Input@46aa31f0, org.onap.sdc.toscaparser.api.parameters.Input@210c0082, org.onap.sdc.toscaparser.api.parameters.Input@d2cbffd, org.onap.sdc.toscaparser.api.parameters.Input@57c1e7d1]
2022-12-30T05:07:40.437Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bb57a21e-00dd-413a-9f97-8cc099c7de14: pNF d495681f-106f
2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 87c6fb7d-9ad2-4297-bb2b-957359698cfe
2022-12-30T05:07:40.439Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery