By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-05T03:17:33.176Z||main|||||INFO|500||The following profiles are active: basic
2022-11-05T03:17:44.878Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-05T03:17:44.879Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-05T03:17:44.986Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-05T03:17:49.335Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-05T03:17:49.793Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-05T03:17:50.306Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-05T03:17:50.310Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-05T03:17:50.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-05T03:17:50.711Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-05T03:17:51.436Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-05T03:17:53.239Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T03:17:55.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T03:17:55.899Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-05T03:17:56.543Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T03:17:56.811Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-05T03:17:58.017Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T03:17:59.138Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-05T03:17:59.156Z||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$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-05T03:17:59.157Z||main|||||WARN|500||The sdc end point is not alive
2022-11-05T03:18:02.060Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-05T03:18:04.878Z||main|||||WARN|500||---
2022-11-05T03:18:04.879Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-05T03:18:04.879Z||main|||||WARN|500||---
2022-11-05T03:18:05.343Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-05T03:18:10.624Z||main|||||INFO|500||Started Application in 40.634 seconds (JVM running for 42.948)
2022-11-05T03:18:10.639Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T03:18:10.642Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T03:18:10.653Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T03:18:10.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T03:18:10.725Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 472d7e27-c5ee-4375-806b-c0cbae52f231 url= /sdc/v1/artifactTypes
2022-11-05T03:18:10.726Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-05T03:18:11.033Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-05T03:18:11.059Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-05T03:18:11.079Z||scheduling-1|||||DEBUG|500||create keys
2022-11-05T03:18:11.086Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-05T03:18:11.127Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:18:11.145Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac70046c-0eac-4eb7-84d0-9bb7cbd3cbed url= /sdc/v1/registerForDistribution
2022-11-05T03:18:11.253Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ac70046c-0eac-4eb7-84d0-9bb7cbd3cbed url= /sdc/v1/registerForDistribution
2022-11-05T03:18:11.254Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-05T03:18:11.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:18:11.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:18:11.271Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-05T03:18:11.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:18:11.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:18:11.274Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:18:11.274Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:18:21.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:18:21.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:19:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:19:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:19:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:19:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:19:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:19:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:19:20.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:19:20.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:20:11.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:20:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:20:11.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:20:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:20:11.266Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:20:11.267Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:20:20.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:20:20.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:21:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:21:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:21:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:21:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:21:11.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:21:11.267Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:21:20.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:21:20.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:22:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:22:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:22:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:22:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:22:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:22:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:22:20.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:22:20.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:23:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:23:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:23:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:23:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:23:11.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:23:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:23:20.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:23:20.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:24:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:24:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:24:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:24:11.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:24:11.263Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:24:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:24:20.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:24:20.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:25:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:25:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:25:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:25:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:25:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:25:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:25:20.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:25:20.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:26:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:26:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:26:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:26:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:26:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:26:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:26:20.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:26:20.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:27:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:27:11.261Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:27:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:27:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:27:11.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:27:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:27:20.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:27:20.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:27:38.961Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-05T03:28:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:28:11.261Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:28:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:28:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:28:11.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:28:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:28:20.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:28:20.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:29:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:29:11.261Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:29:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:29:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:29:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:29:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:29:20.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:29:20.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:30:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:30:11.261Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:30:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:30:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:30:11.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:30:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:30:20.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:30:20.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:31:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:31:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:31:11.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:31:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:31:11.265Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:31:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:31:20.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:31:20.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:32:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:32:11.261Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:32:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:32:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:32:11.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:32:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:32:20.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:32:20.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:33:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:33:11.261Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:33:11.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:33:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:33:11.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:33:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:33:20.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:33:20.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:34:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:34:11.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:34:11.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:34:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:34:11.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:34:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:34:20.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:34:20.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:35:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:35:11.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:35:11.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:35:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:35:11.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:35:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:35:20.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:35:20.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:36:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:36:11.261Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:36:11.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:36:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:36:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:36:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:36:20.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:36:20.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:37:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:37:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:37:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:37:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:37:11.263Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:37:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:37:20.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:37:20.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:38:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:38:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:38:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:38:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:38:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:38:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:38:20.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:38:20.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:39:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:39:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:39:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:39:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:39:11.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:39:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:39:20.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:39:20.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:40:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:40:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:40:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:40:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:40:11.262Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:40:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:40:20.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:40:20.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:41:11.261Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:41:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:41:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:41:11.263Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:41:11.263Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:41:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:41:20.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:41:20.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:42:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:42:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:42:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:42:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:42:11.263Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:42:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:42:20.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:42:20.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:43:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:43:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:43:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:43:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:43:11.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:43:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:43:20.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:43:20.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:44:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:44:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:44:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:44:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:44:11.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:44:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:44:20.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:44:20.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:45:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:45:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:45:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:45:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:45:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:45:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:45:20.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:45:20.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:46:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:46:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:46:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:46:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:46:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:46:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:46:20.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:46:20.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:47:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:47:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:47:11.261Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:47:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:47:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:47:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:47:20.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:47:20.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:48:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:48:11.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:48:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:48:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:48:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:48:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:48:20.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:48:20.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:49:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:49:11.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:49:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:49:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:49:11.262Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:49:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:49:20.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:49:20.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:50:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:50:11.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:50:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:50:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:50:11.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:50:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:50:20.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:50:20.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:51:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:51:11.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:51:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:51:11.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:51:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:51:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:51:20.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:51:20.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:52:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:52:11.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:52:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:52:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:52:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:52:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:52:20.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:52:20.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:53:11.261Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:53:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:53:11.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:53:11.263Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:53:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:53:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:53:20.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:53:20.824Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:54:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:54:11.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:54:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:54:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:54:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:54:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:54:20.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:54:20.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:55:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:55:11.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:55:11.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:55:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:55:11.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:55:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:55:20.806Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:55:21.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:56:11.261Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:56:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:56:11.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:56:11.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:56:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:56:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:56:20.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:56:20.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:57:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:57:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:57:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:57:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:57:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:57:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:57:20.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:57:20.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:58:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:58:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:58:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:58:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:58:11.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:58:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:58:20.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:58:20.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:59:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:59:11.261Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:59:11.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:59:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:12.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:12.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T03:59:12.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff","serviceName":"vFW 2022-11-05 03-58-16","serviceVersion":"1.0","serviceUUID":"299cec9e-b50a-4abc-82e8-f0cd1330e720","serviceDescription":"catalog service description","serviceInvariantUUID":"2d41750a-9bbf-4709-b15a-78d6138edeb2","resources":[{"resourceInstanceName":"vFW 77d31690-cee3 0","resourceName":"vFW 77d31690-cee3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e7c6242-e6e8-401c-bf56-a282efb1abc1","resourceInvariantUUID":"8204fbf6-5e1c-4a11-bdc6-91f830c91958","resourceCustomizationUUID":"61feebff-c7d8-466e-83c5-d77653b4a98f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml","artifactChecksum":"OWNmYmNlNTI4ZmE3OTc2OTM1ZDNmZmVkNDQyMzQzMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f91ac759-4858-42f3-ad67-f571be46cd5e","artifactVersion":"1"},{"artifactName":"vfw77d31690cee30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json","artifactChecksum":"MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd7e8696-f3ff-41be-9dd8-28f807d3df0e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a06a7e7b-9bd7-4206-9288-c118b823f9c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml","artifactChecksum":"OGY3MTVhNDk4MzVkMWFmY2RjMDYzMDNkYWU4NjY4YmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fba4cf72-126a-4743-bf0f-9a4c8d85258c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0332feb-8d76-4558-a47b-640f8449f86c","artifactVersion":"2","generatedFromUUID":"a06a7e7b-9bd7-4206-9288-c118b823f9c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221105035816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml","artifactChecksum":"Nzk0NzdkZDdmNTQyNDMwNTIzOThkOGE2MTBmYjU4MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2f3ea46-1717-4029-98ff-012e211b2107","artifactVersion":"1"},{"artifactName":"service-Vfw20221105035816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar","artifactChecksum":"NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c32f84e0-30cd-4800-87d9-b4b81fa2ef9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T03:59:12.509Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:12.517Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:12.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:12.529Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T03:59:12.628Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-05T03:59:12.633Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:12.633Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:12.647Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:12.648Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T03:59:12.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T03:59:13.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:13.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:13.538Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:13.538Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOTIFIED"
}
2022-11-05T03:59:13.638Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:13.639Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:13.640Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:13.652Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:13.652Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:14.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:14.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:14.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:14.542Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T03:59:14.642Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:14.644Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:14.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:14.658Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:14.659Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:15.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:15.544Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:15.546Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:15.546Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T03:59:15.646Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:15.647Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:15.647Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:15.660Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:15.660Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:16.547Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:16.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:16.550Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:16.550Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T03:59:16.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:16.651Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:16.652Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:16.667Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:16.668Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:17.551Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:17.552Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:17.554Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:17.554Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T03:59:17.654Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:17.655Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:17.655Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:17.667Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:17.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-05T03:59:18.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:18.556Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:18.558Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:18.558Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T03:59:18.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:18.660Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:18.660Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:18.673Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:18.673Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:19.561Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"serviceName": "vFW 2022-11-05 03-58-16",
"serviceVersion": "1.0",
"serviceUUID": "299cec9e-b50a-4abc-82e8-f0cd1330e720",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2d41750a-9bbf-4709-b15a-78d6138edeb2",
"resources": [
{
"resourceInstanceName": "vFW 77d31690-cee3 0",
"resourceCustomizationUUID": "61feebff-c7d8-466e-83c5-d77653b4a98f",
"resourceName": "vFW 77d31690-cee3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1e7c6242-e6e8-401c-bf56-a282efb1abc1",
"resourceInvariantUUID": "8204fbf6-5e1c-4a11-bdc6-91f830c91958",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw77d31690cee30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"artifactChecksum": "MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd7e8696-f3ff-41be-9dd8-28f807d3df0e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a06a7e7b-9bd7-4206-9288-c118b823f9c0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0332feb-8d76-4558-a47b-640f8449f86c",
"generatedFromUUID": "a06a7e7b-9bd7-4206-9288-c118b823f9c0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0332feb-8d76-4558-a47b-640f8449f86c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221105035816-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"artifactChecksum": "NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c32f84e0-30cd-4800-87d9-b4b81fa2ef9e"
}
],
"workloadContext": "Production"
}
2022-11-05T03:59:19.563Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T03:59:19.563Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 299cec9e-b50a-4abc-82e8-f0cd1330e720 ASDC
2022-11-05T03:59:19.699Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
ServiceName:vFW 2022-11-05 03-58-16
ServiceVersion:1.0
ServiceUUID:299cec9e-b50a-4abc-82e8-f0cd1330e720
ServiceInvariantUUID:2d41750a-9bbf-4709-b15a-78d6138edeb2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221105035816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
ArtifactUUID:c32f84e0-30cd-4800-87d9-b4b81fa2ef9e
ArtifactChecksum:NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 77d31690-cee3 0
ResourceCustomizationUUID:61feebff-c7d8-466e-83c5-d77653b4a98f
ResourceInvariantUUID:8204fbf6-5e1c-4a11-bdc6-91f830c91958
ResourceName:vFW 77d31690-cee3
ResourceType:VF
ResourceUUID:1e7c6242-e6e8-401c-bf56-a282efb1abc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw77d31690cee30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
ArtifactUUID:fd7e8696-f3ff-41be-9dd8-28f807d3df0e
ArtifactChecksum:MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc=
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
ArtifactUUID:a06a7e7b-9bd7-4206-9288-c118b823f9c0
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
ArtifactUUID:a0332feb-8d76-4558-a47b-640f8449f86c
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
ArtifactUUID:a0332feb-8d76-4558-a47b-640f8449f86c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-05T03:59:19.699Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 299cec9e-b50a-4abc-82e8-f0cd1330e720 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T03:59:19.954Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T03:59:19.956Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c32f84e0-30cd-4800-87d9-b4b81fa2ef9e from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:19.960Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:20.067Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:20.085Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar c32f84e0-30cd-4800-87d9-b4b81fa2ef9e 99006
2022-11-05T03:59:20.087Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar ASDC sendASDCNotification
2022-11-05T03:59:20.087Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:20.088Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:20.090Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:20.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:20.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620760086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T03:59:20.192Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:20.193Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:20.193Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:20.215Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:20.216Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:21.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T03:59:21.094Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:21.094Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c32f84e0-30cd-4800-87d9-b4b81fa2ef9e, URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar to file: /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.095Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.183Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.183Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.936Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8332828890020934913/Definitions/service-Vfw20221105035816-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_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-05T03:59:24.403Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 77d31690-cee3 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-05T03:59:24.422Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.423Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.427Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.428Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-05T03:59:24.429Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T03:59:24.432Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.432Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.435Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.435Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.439Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c7f72ba-5b5c-408e-9ace-b62d12fee86e
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ce07f4b-68a0-40a1-a41b-36c3a079139d
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa930-4a0f-4489-a023-57d30c70cc9d
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-05 03-58-16
Description:catalog service description
Model UUID:299cec9e-b50a-4abc-82e8-f0cd1330e720
Model Version:NULL
Model InvariantUuid:2d41750a-9bbf-4709-b15a-78d6138edeb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 77d31690-cee3
Model UUID:2832ef3d-a859-4a34-81d6-841d66d2c03f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8204fbf6-5e1c-4a11-bdc6-91f830c91958
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:61feebff-c7d8-466e-83c5-d77653b4a98f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:57ee1f68-2f63-433b-a3b5-902a253ddad4
ModelName:Vfw77d31690Cee3..base_vfw..module-0
ModelUuid:84cca190-79ed-4b8e-b6c5-9b788582e287
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5c7f72ba-5b5c-408e-9ace-b62d12fee86e
ModelInvariantUuid:e46ad2cb-bac9-4362-9a8e-dbe4134f445e
ModelName:vFW 77d31690-cee3-nodes.vfwCvfc
ModelUuid:ec1f118a-3860-4a97-a1e1-fd5cf8efa056
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2e19db0b-934e-4b49-83b7-6f35098d4e4f
ModelInvariantUuid:413b33f3-1480-44a9-b4b2-0ee6d4390ceb
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vfw
ModelUuid:9180f17b-45b2-48be-8450-13b64979a0d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5ce07f4b-68a0-40a1-a41b-36c3a079139d
ModelInvariantUuid:7b5aae41-a5ca-4ec6-913a-31b3f4b6c575
ModelName:vFW 77d31690-cee3-nodes.vsnCvfc
ModelUuid:8a744bc1-bbff-4470-8ef8-3e9612ef3ca7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd356644-7d94-4e32-8b19-c64f11129a9d
ModelInvariantUuid:336930ce-c38d-4f76-b670-46605e43b038
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vsn
ModelUuid:fe2fc99f-ef9a-45a4-a48c-4169bc4f74e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6cffa930-4a0f-4489-a023-57d30c70cc9d
ModelInvariantUuid:6433f020-609f-43e9-8bf2-da76c57797de
ModelName:vFW 77d31690-cee3-nodes.vpgCvfc
ModelUuid:fb5252da-38c8-463c-b3a1-1049de0cddae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3601fc7f-7f66-4b13-9e98-94efc7c380d6
ModelInvariantUuid:199de919-15f9-4132-bce5-90a9d1b1d5c1
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vpg
ModelUuid:bd01680a-6215-4c2e-aab9-457cc1e1d274
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-05T03:59:24.472Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e7c6242-e6e8-401c-bf56-a282efb1abc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T03:59:24.586Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||vFW 77d31690-cee3 0
2022-11-05T03:59:24.593Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e7c6242-e6e8-401c-bf56-a282efb1abc1
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd7e8696-f3ff-41be-9dd8-28f807d3df0e from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.658Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:24.658Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json fd7e8696-f3ff-41be-9dd8-28f807d3df0e 785
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json ASDC sendASDCNotification
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:24.662Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:24.662Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620764659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T03:59:24.762Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:24.763Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:24.763Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:24.778Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:24.778Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T03:59:25.663Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw77d31690Cee3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "57ee1f68-2f63-433b-a3b5-902a253ddad4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84cca190-79ed-4b8e-b6c5-9b788582e287",
"vfModuleModelCustomizationUUID": "1af9c159-b331-439f-9010-29423fb46b8d",
"isBase": true,
"artifacts": [
"a06a7e7b-9bd7-4206-9288-c118b823f9c0",
"a0332feb-8d76-4558-a47b-640f8449f86c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-05T03:59:25.686Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77d31690Cee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84cca190-79ed-4b8e-b6c5-9b788582e287
VfModuleModelInvariantUUID:57ee1f68-2f63-433b-a3b5-902a253ddad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a06a7e7b-9bd7-4206-9288-c118b823f9c0
,
a0332feb-8d76-4558-a47b-640f8449f86c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-05T03:59:25.690Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw77d31690Cee3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "57ee1f68-2f63-433b-a3b5-902a253ddad4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84cca190-79ed-4b8e-b6c5-9b788582e287",
"vfModuleModelCustomizationUUID": "1af9c159-b331-439f-9010-29423fb46b8d",
"isBase": true,
"artifacts": [
"a06a7e7b-9bd7-4206-9288-c118b823f9c0",
"a0332feb-8d76-4558-a47b-640f8449f86c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77d31690Cee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84cca190-79ed-4b8e-b6c5-9b788582e287
VfModuleModelInvariantUUID:57ee1f68-2f63-433b-a3b5-902a253ddad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a06a7e7b-9bd7-4206-9288-c118b823f9c0
,
a0332feb-8d76-4558-a47b-640f8449f86c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a06a7e7b-9bd7-4206-9288-c118b823f9c0 from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.758Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml a06a7e7b-9bd7-4206-9288-c118b823f9c0 20368
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.761Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:25.761Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:25.764Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:25.764Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620765760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T03:59:25.864Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:25.865Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:25.865Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:25.880Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:25.881Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:26.765Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0332feb-8d76-4558-a47b-640f8449f86c from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.765Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:26.766Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.831Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:26.831Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env a0332feb-8d76-4558-a47b-640f8449f86c 2098
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:26.833Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:26.836Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:26.836Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620766832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T03:59:26.936Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:26.937Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:26.937Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:26.950Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:26.951Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:27.837Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 299cec9e-b50a-4abc-82e8-f0cd1330e720
2022-11-05T03:59:27.837Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 77d31690-cee3 0 1e7c6242-e6e8-401c-bf56-a282efb1abc1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T03:59:27.873Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77e64071, org.onap.sdc.toscaparser.api.parameters.Input@77b09c94, org.onap.sdc.toscaparser.api.parameters.Input@7da36251, org.onap.sdc.toscaparser.api.parameters.Input@779de81b, org.onap.sdc.toscaparser.api.parameters.Input@32bdcb51]
2022-11-05T03:59:27.877Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.877Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 61feebff-c7d8-466e-83c5-d77653b4a98f
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61feebff-c7d8-466e-83c5-d77653b4a98f matches Tosca VF Customization UUID: 61feebff-c7d8-466e-83c5-d77653b4a98f
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 61feebff-c7d8-466e-83c5-d77653b4a98f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-05T03:59:27.885Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.885Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 61feebff-c7d8-466e-83c5-d77653b4a98f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ce2bf24
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T03:59:27.888Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1af9c159-b331-439f-9010-29423fb46b8d
2022-11-05T03:59:27.889Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1af9c159-b331-439f-9010-29423fb46b8d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.896Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.901Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c7f72ba-5b5c-408e-9ace-b62d12fee86e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-05T03:59:27.907Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.908Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.908Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:27.910Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.910Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ce07f4b-68a0-40a1-a41b-36c3a079139d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-05T03:59:27.914Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.914Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.915Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:27.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa930-4a0f-4489-a023-57d30c70cc9d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-05T03:59:27.923Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.925Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.925Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=61feebff-c7d8-466e-83c5-d77653b4a98f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T03:59:27.927Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.927Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 299cec9e-b50a-4abc-82e8-f0cd1330e720: vFW 77d31690-cee3
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-05 03-58-16
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T03:59:28.223Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 77d31690-cee3 1e7c6242-e6e8-401c-bf56-a282efb1abc1 1 ASDC deployResourceStructure
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json ASDC sendASDCNotification
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:28.225Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:28.227Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:28.227Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620768224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T03:59:28.327Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:28.328Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:28.328Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:28.344Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:28.345Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:29.228Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T03:59:29.229Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:29.229Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:29.230Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:29.232Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:29.232Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620769228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T03:59:29.332Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:29.333Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:29.334Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:29.351Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:29.351Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:30.237Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:30.238Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620770235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-05T03:59:30.338Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:30.339Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:30.339Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:30.351Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:30.352Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:31.240Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar ASDC sendASDCNotification
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:31.243Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:31.244Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620771240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T03:59:31.344Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:31.345Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T03:59:31.345Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:31.359Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T03:59:31.359Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:32.245Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T03:59:32.269Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:00:02.278Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:02.323Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:00:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:00:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:00:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:00:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:00:32.332Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:32.342Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:01:02.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:02.354Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:01:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:01:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:01:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:01:11.291Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:01:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:01:32.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:32.367Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:02.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:02.380Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:02:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:02:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:02:11.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:02:11.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "ves-openapi-manager",
"timestamp": 1667620746089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620743658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620746986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620748499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620746107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620751260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620761203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620760186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620761224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620760086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620761194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "cds",
"timestamp": 1667620762223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:02:11.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "policy-id",
"timestamp": 1667620762199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:02:11.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620764659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620766666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620759043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620765760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620767343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667620767670,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:02:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620766903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620766832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620767985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620769354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620768224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620769048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "clamp",
"timestamp": 1667620770359,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.886Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.886Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:02:11.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620769228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620770111,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620770235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667620771115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620771240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620770143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620778015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620793580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "aai-ml",
"timestamp": 1667620794587,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:11.920Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.920Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:02:32.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:32.393Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:32.402Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:03:02.402Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-05T04:03:02.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and serviceModelVersionId: 299cec9e-b50a-4abc-82e8-f0cd1330e720
2022-11-05T04:03:02.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d41750a-9bbf-4709-b15a-78d6138edeb2
2022-11-05T04:03:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:11.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:03:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:18.083Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0
2022-11-05T04:03:18.234Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:03:18.721Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|INFO|500||Invoke
2022-11-05T04:03:18.728Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d2ba737-e881-4f48-9a2d-23e51737791e], X-ECOMP-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], X-TransactionId=[], X-ONAP-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], Content-Type=[application/merge-patch+json]}
2022-11-05T04:03:18.844Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T04:03:19.113Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?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/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:03:19:416-10623], vertex-id=[405640], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:03:19 GMT], Content-Type=[application/json]}
2022-11-05T04:03:19.114Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:03:19.115Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|INFO|500||InvokeReturn
2022-11-05T04:03:19.121Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:03:19.121Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:03:19.129Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:03:19.130Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:03:19.131Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:03:19.131Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:03:19.134Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:03:19.134Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620999130,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:03:19.234Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:03:19.235Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:03:19.235Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:19.251Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:03:19.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667620999130,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:03:19.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-05T04:03:20.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:20.149Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:03:20.149Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:30.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:03:30.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:30.459Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:03:30.459Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:40.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:03:40.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:40.003Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:03:40.003Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:49.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:03:49.548Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:49.548Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:03:49.549Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:59.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:04:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:04:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:04:11.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:04:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:04:11.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:04:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:04:20.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:04:20.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:05:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:05:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:05:11.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:05:11.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:05:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:05:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:05:20.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:05:20.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:06:11.261Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:06:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:06:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:06:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:11.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:11.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621146089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621138499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621143658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621139043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621155000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621154018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621153996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "cds",
"timestamp": 1667621156008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:06:11.446Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.446Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:06:11.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621155001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621155106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "policy-id",
"timestamp": 1667621156003,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:06:11.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:06:11.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621156211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621157240,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:06:11.478Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-05T04:06:11.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621158244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:11.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621160144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621167966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:06:11.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:11.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f99d4f87-61d8-4d45-b26d-255384e478fe","serviceName":"basic_onboard_jxrTek","serviceVersion":"1.0","serviceUUID":"a8618a61-ea11-4087-aa96-9e1121b56133","serviceDescription":"service","serviceInvariantUUID":"2b05edc2-a666-4da0-9094-9a088d063c6b","resources":[{"resourceInstanceName":"basic_onboard_jxrTek 0","resourceName":"basic_onboard_jxrTek","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2573e315-a6d9-4db1-a48c-d4924415d3ec","resourceInvariantUUID":"cdebbb8d-5b73-4f45-88de-16abcc88591d","resourceCustomizationUUID":"e00b8bc2-8a77-4f2f-90e5-64e31efd7668","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml","artifactChecksum":"MjdiOTVkYmI3NzI5ODVhODBlNGIyOWQyYThjNjRkYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"926c42bb-bfa3-41a4-b978-60eca307b241","artifactVersion":"1"},{"artifactName":"basic_onboard_jxrtek0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json","artifactChecksum":"MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e71bfd3e-3971-454b-a6d5-667931c9f8c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f343933e-03e0-4a38-87c3-3e12d6508899","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cb9c602-d6d1-4126-b5ba-77c874e26c2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9f3528a-aae8-4199-bd8e-27d8b60184a3","artifactVersion":"2","generatedFromUUID":"f343933e-03e0-4a38-87c3-3e12d6508899"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxrtek-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml","artifactChecksum":"NTgyOTczZjhlNDEyZDVkNjIyYzhkMjkyYTAyMmFiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f805bc2a-7fd3-46fc-9586-2da4f9d5b580","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxrtek-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar","artifactChecksum":"YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1229204c-3171-4fc6-9d43-f3c188cf8e34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:06:11.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:11.904Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:11.908Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:11.908Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:12.008Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:12.009Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:12.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:12.024Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:12.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:12.909Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:12.910Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:12.912Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:12.912Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:06:13.012Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:13.013Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:13.013Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:13.029Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:13.030Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:13.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:13.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:13.916Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:13.916Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:06:14.016Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:14.017Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:14.017Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:14.033Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:14.034Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:14.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:14.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:14.920Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:14.920Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:15.020Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:15.021Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:15.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:15.035Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:15.036Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:15.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:15.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:15.924Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:15.925Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T04:06:16.025Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:16.026Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:16.026Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:16.040Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:16.040Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:16.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:16.926Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:16.928Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:16.929Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:06:17.029Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:17.030Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:17.030Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:17.045Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:17.045Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:17.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:17.930Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:17.933Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:17.933Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:06:18.033Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:18.034Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:18.035Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:18.052Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:18.052Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:18.935Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"serviceName": "basic_onboard_jxrTek",
"serviceVersion": "1.0",
"serviceUUID": "a8618a61-ea11-4087-aa96-9e1121b56133",
"serviceDescription": "service",
"serviceInvariantUUID": "2b05edc2-a666-4da0-9094-9a088d063c6b",
"resources": [
{
"resourceInstanceName": "basic_onboard_jxrTek 0",
"resourceCustomizationUUID": "e00b8bc2-8a77-4f2f-90e5-64e31efd7668",
"resourceName": "basic_onboard_jxrTek",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2573e315-a6d9-4db1-a48c-d4924415d3ec",
"resourceInvariantUUID": "cdebbb8d-5b73-4f45-88de-16abcc88591d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jxrtek0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"artifactChecksum": "MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e71bfd3e-3971-454b-a6d5-667931c9f8c0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f343933e-03e0-4a38-87c3-3e12d6508899",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9f3528a-aae8-4199-bd8e-27d8b60184a3",
"generatedFromUUID": "f343933e-03e0-4a38-87c3-3e12d6508899"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9f3528a-aae8-4199-bd8e-27d8b60184a3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJxrtek-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"artifactChecksum": "YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1229204c-3171-4fc6-9d43-f3c188cf8e34"
}
],
"workloadContext": "Production"
}
2022-11-05T04:06:18.935Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:06:18.936Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8618a61-ea11-4087-aa96-9e1121b56133 ASDC
2022-11-05T04:06:18.936Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f99d4f87-61d8-4d45-b26d-255384e478fe
ServiceName:basic_onboard_jxrTek
ServiceVersion:1.0
ServiceUUID:a8618a61-ea11-4087-aa96-9e1121b56133
ServiceInvariantUUID:2b05edc2-a666-4da0-9094-9a088d063c6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxrtek-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
ArtifactUUID:1229204c-3171-4fc6-9d43-f3c188cf8e34
ArtifactChecksum:YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jxrTek 0
ResourceCustomizationUUID:e00b8bc2-8a77-4f2f-90e5-64e31efd7668
ResourceInvariantUUID:cdebbb8d-5b73-4f45-88de-16abcc88591d
ResourceName:basic_onboard_jxrTek
ResourceType:VF
ResourceUUID:2573e315-a6d9-4db1-a48c-d4924415d3ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxrtek0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
ArtifactUUID:e71bfd3e-3971-454b-a6d5-667931c9f8c0
ArtifactChecksum:MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ=
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f343933e-03e0-4a38-87c3-3e12d6508899
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
ArtifactUUID:a9f3528a-aae8-4199-bd8e-27d8b60184a3
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
ArtifactUUID:a9f3528a-aae8-4199-bd8e-27d8b60184a3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-05T04:06:18.937Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8618a61-ea11-4087-aa96-9e1121b56133 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-05T04:06:18.972Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:06:18.974Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:18.974Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:18.975Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1229204c-3171-4fc6-9d43-f3c188cf8e34 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:18.975Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:18.976Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:19.052Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar 1229204c-3171-4fc6-9d43-f3c188cf8e34 71574
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar ASDC sendASDCNotification
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:19.057Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:19.058Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:19.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:19.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621179056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:19.160Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:06:19.161Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:19.161Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:19.177Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:19.177Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:20.061Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:06:20.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:20.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1229204c-3171-4fc6-9d43-f3c188cf8e34, URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.064Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.065Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.065Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.299Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11875025678386626469/Definitions/service-BasicOnboardJxrtek-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jxrTek 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b18c51a-cd50-4dd0-8c51-9655613f9406
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jxrTek
Description:service
Model UUID:a8618a61-ea11-4087-aa96-9e1121b56133
Model Version:NULL
Model InvariantUuid:2b05edc2-a666-4da0-9094-9a088d063c6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jxrTek
Model UUID:ae0da733-3d1e-4cdf-a179-b7ee55ae4bd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdebbb8d-5b73-4f45-88de-16abcc88591d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e00b8bc2-8a77-4f2f-90e5-64e31efd7668
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0e99e78-3017-494f-b5ff-6cbe3020afcc
ModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
ModelUuid:c2a84439-8988-497e-9364-39310d99b25d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b18c51a-cd50-4dd0-8c51-9655613f9406
ModelInvariantUuid:44efcb72-8017-45d3-ba42-50033645d72a
ModelName:basic_onboard_jxrTek-nodes.ubuntu18Cvfc
ModelUuid:f92b1e9a-11e2-4689-b596-371606d66724
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ccad702e-9218-42a0-859b-6fb8d6a0c7d2
ModelInvariantUuid:a8a6412f-615e-4f84-baeb-7dd6e359e544
ModelName:BasicOnboardJxrtek.compute.nodes.heat.ubuntu18
ModelUuid:e8a3cd50-4b80-4b8c-a7f7-f03b24cd03a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-05T04:06:21.709Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2573e315-a6d9-4db1-a48c-d4924415d3ec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:06:21.715Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||basic_onboard_jxrTek 0
2022-11-05T04:06:21.715Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2573e315-a6d9-4db1-a48c-d4924415d3ec
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e71bfd3e-3971-454b-a6d5-667931c9f8c0 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json e71bfd3e-3971-454b-a6d5-667931c9f8c0 798
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json ASDC sendASDCNotification
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:21.804Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:21.805Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621181785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:21.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-05T04:06:21.890Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:21.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:21.905Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:21.906Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:22.805Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxrtek..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0e99e78-3017-494f-b5ff-6cbe3020afcc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c2a84439-8988-497e-9364-39310d99b25d",
"vfModuleModelCustomizationUUID": "281552bf-a42b-4b98-9440-1ce1738010ba",
"isBase": true,
"artifacts": [
"f343933e-03e0-4a38-87c3-3e12d6508899",
"a9f3528a-aae8-4199-bd8e-27d8b60184a3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-05T04:06:22.812Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2a84439-8988-497e-9364-39310d99b25d
VfModuleModelInvariantUUID:f0e99e78-3017-494f-b5ff-6cbe3020afcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f343933e-03e0-4a38-87c3-3e12d6508899
,
a9f3528a-aae8-4199-bd8e-27d8b60184a3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxrtek..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0e99e78-3017-494f-b5ff-6cbe3020afcc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c2a84439-8988-497e-9364-39310d99b25d",
"vfModuleModelCustomizationUUID": "281552bf-a42b-4b98-9440-1ce1738010ba",
"isBase": true,
"artifacts": [
"f343933e-03e0-4a38-87c3-3e12d6508899",
"a9f3528a-aae8-4199-bd8e-27d8b60184a3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2a84439-8988-497e-9364-39310d99b25d
VfModuleModelInvariantUUID:f0e99e78-3017-494f-b5ff-6cbe3020afcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f343933e-03e0-4a38-87c3-3e12d6508899
,
a9f3528a-aae8-4199-bd8e-27d8b60184a3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f343933e-03e0-4a38-87c3-3e12d6508899 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:22.815Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml f343933e-03e0-4a38-87c3-3e12d6508899 5033
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:22.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:22.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621182865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:22.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:22.969Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:22.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:22.984Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:22.985Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:23.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a9f3528a-aae8-4199-bd8e-27d8b60184a3 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.869Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:23.869Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.919Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:23.919Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env a9f3528a-aae8-4199-bd8e-27d8b60184a3 909
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:23.921Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:23.922Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:23.923Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621183920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:06:24.023Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:24.024Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:24.024Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:24.038Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:24.039Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:24.923Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8618a61-ea11-4087-aa96-9e1121b56133
2022-11-05T04:06:24.924Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jxrTek 0 2573e315-a6d9-4db1-a48c-d4924415d3ec ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:06:24.940Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d543136, org.onap.sdc.toscaparser.api.parameters.Input@2c634d65, org.onap.sdc.toscaparser.api.parameters.Input@778cf577, org.onap.sdc.toscaparser.api.parameters.Input@577b13f7, org.onap.sdc.toscaparser.api.parameters.Input@5baa55af]
2022-11-05T04:06:24.942Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.942Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e00b8bc2-8a77-4f2f-90e5-64e31efd7668
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668 matches Tosca VF Customization UUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668
2022-11-05T04:06:24.944Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-05T04:06:24.946Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.947Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.947Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e00b8bc2-8a77-4f2f-90e5-64e31efd7668: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724804ba
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 281552bf-a42b-4b98-9440-1ce1738010ba
2022-11-05T04:06:24.949Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 281552bf-a42b-4b98-9440-1ce1738010ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-05T04:06:24.951Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.951Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T04:06:24.954Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:24.954Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b18c51a-cd50-4dd0-8c51-9655613f9406
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-05T04:06:24.956Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.958Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.958Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=e00b8bc2-8a77-4f2f-90e5-64e31efd7668
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:06:24.960Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8618a61-ea11-4087-aa96-9e1121b56133: basic_onboard_jxrTek
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.964Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_jxrTek
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:06:25.050Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jxrTek 2573e315-a6d9-4db1-a48c-d4924415d3ec 1 ASDC deployResourceStructure
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json ASDC sendASDCNotification
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:25.052Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:25.054Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:25.054Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621185051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:25.154Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:25.155Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:25.155Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:25.170Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:25.170Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:26.055Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T04:06:26.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:26.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:26.057Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:26.059Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:26.059Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621186055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:26.159Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:26.160Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:26.160Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:26.177Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:26.177Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:27.061Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:27.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:27.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621187059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:27.163Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:27.164Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:27.164Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:27.178Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:27.179Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:28.064Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar ASDC sendASDCNotification
2022-11-05T04:06:28.066Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:28.066Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:28.067Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:28.069Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:28.069Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621188064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:06:28.170Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:06:28.170Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:06:28.171Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:28.186Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:06:28.186Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:29.071Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:29.083Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:29.086Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:06:29.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:06:29.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:06:59.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:59.100Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:59.102Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:06:59.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:06:59.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:07:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:07:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:07:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:07:11.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:07:11.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:07:11.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621166107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:07:11.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:07:29.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:29.115Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:07:59.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:59.129Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:08:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:08:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:08:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:08:11.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:08:11.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621166986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621173895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621175539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "aai-ml",
"timestamp": 1667621176544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:08:11.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621176403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621177407,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:08:11.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:08:11.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621171260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621179056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621181785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621184190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621182865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621185423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621183920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "clamp",
"timestamp": 1667621186426,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:08:11.834Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621185051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621186055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621187059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621188064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:29.136Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:08:29.147Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.153Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:08:29.153Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:08:29.157Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:08:59.158Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-05T04:08:59.165Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f99d4f87-61d8-4d45-b26d-255384e478fe and serviceModelVersionId: a8618a61-ea11-4087-aa96-9e1121b56133
2022-11-05T04:08:59.165Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b05edc2-a666-4da0-9094-9a088d063c6b
2022-11-05T04:08:59.166Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0
2022-11-05T04:08:59.172Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:08:59.228Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-05T04:08:59.230Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|INFO|500||Invoke
2022-11-05T04:08:59.257Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T04:08:59.351Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|INFO|500||InvokeReturn
2022-11-05T04:08:59.352Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:08:59:825-25082], vertex-id=[180320], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:08:59 GMT], Content-Type=[application/json]}
2022-11-05T04:08:59.352Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:08:59.353Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:08:59.353Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f99d4f87-61d8-4d45-b26d-255384e478fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:08:59.358Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:08:59.360Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:08:59.360Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621339357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:08:59.460Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:08:59.461Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:08:59.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:08:59.479Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:08:59.479Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-11-05T04:09:00.372Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:00.373Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:09:00.373Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:10.686Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:09:10.686Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:10.687Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:09:10.687Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:11.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:09:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:11.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:09:11.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:09:11.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621339357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:09:11.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:09:20.229Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:09:20.230Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:20.231Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:09:20.231Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:29.791Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:10:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:10:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:10:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:10:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:10:11.263Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:10:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:10:20.808Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:10:20.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:11:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:11:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:11:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:11:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:11:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:11:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:11:20.811Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:11:20.814Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:12:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:12:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:12:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:12:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:12:11.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:12:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:12:20.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:12:20.815Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:13:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:13:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:13:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:13:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:13:11.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:13:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:13:20.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:13:20.838Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:14:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:14:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:14:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:14:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:14:11.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:14:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:14:20.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:14:20.810Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:15:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:15:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:15:11.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:15:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:11.897Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:11.898Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:11.898Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90cc7de2-4734-41ba-96b2-ac3a3403cc21","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"78b883ad-f8b5-49f5-88bc-3daffa4e46d0","serviceDescription":"service","serviceInvariantUUID":"dd4b3466-d7f6-4379-927a-712878350bb4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f14f74f2-7dd8-40dc-afb8-81848bda79ba","resourceInvariantUUID":"9118ddea-f86c-426b-a2e7-bf2da5dc3507","resourceCustomizationUUID":"5b15eb85-085c-419e-b051-705480bfbdbe","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":"OGZhYjM2NjhiYjM5YTA0OWRmMDQ2YzdhNmM4MGE0ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dcf6d08f-fbe9-4b56-ad7f-5de0b288eb4d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ed5f838-f8fb-48f4-89e7-124059b16e1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:15:11.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621686089,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "policy-id",
"timestamp": 1667621683658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "cds",
"timestamp": 1667621693499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "ves-openapi-manager",
"timestamp": 1667621686089,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "policy-id",
"timestamp": 1667621683658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "cds",
"timestamp": 1667621693499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "policy-id",
"timestamp": 1667621694587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "cds",
"timestamp": 1667621696241,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "policy-id",
"timestamp": 1667621695592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "cds",
"timestamp": 1667621697251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-05T04:15:11.905Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:15:11.905Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:11.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:11.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621711260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:11.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:11.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "policy-id",
"timestamp": 1667621696595,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:11.939Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "aai-ml",
"timestamp": 1667621700144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621699043,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "aai-ml",
"timestamp": 1667621700144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667621699043,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "aai-ml",
"timestamp": 1667621702878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621706107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "aai-ml",
"timestamp": 1667621707149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "clamp",
"timestamp": 1667621706986,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621706107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "aai-ml",
"timestamp": 1667621708154,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:11.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "clamp",
"timestamp": 1667621706986,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621708851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621710526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "clamp",
"timestamp": 1667621711515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667621711530,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:11.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:12.009Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:12.010Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:15:12.010Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:12.024Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:12.024Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:12.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:15:12.910Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:12.912Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:12.912Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621711260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:15:13.013Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:13.013Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:15:13.014Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:13.029Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:13.029Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "78b883ad-f8b5-49f5-88bc-3daffa4e46d0",
"serviceDescription": "service",
"serviceInvariantUUID": "dd4b3466-d7f6-4379-927a-712878350bb4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5b15eb85-085c-419e-b051-705480bfbdbe",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f14f74f2-7dd8-40dc-afb8-81848bda79ba",
"resourceInvariantUUID": "9118ddea-f86c-426b-a2e7-bf2da5dc3507",
"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": "OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ed5f838-f8fb-48f4-89e7-124059b16e1b"
}
],
"workloadContext": "Production"
}
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78b883ad-f8b5-49f5-88bc-3daffa4e46d0 ASDC
2022-11-05T04:15:13.915Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90cc7de2-4734-41ba-96b2-ac3a3403cc21
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:78b883ad-f8b5-49f5-88bc-3daffa4e46d0
ServiceInvariantUUID:dd4b3466-d7f6-4379-927a-712878350bb4
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:0ed5f838-f8fb-48f4-89e7-124059b16e1b
ArtifactChecksum:OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5b15eb85-085c-419e-b051-705480bfbdbe
ResourceInvariantUUID:9118ddea-f86c-426b-a2e7-bf2da5dc3507
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f14f74f2-7dd8-40dc-afb8-81848bda79ba
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-05T04:15:13.915Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78b883ad-f8b5-49f5-88bc-3daffa4e46d0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-05T04:15:13.940Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:15:13.941Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ed5f838-f8fb-48f4-89e7-124059b16e1b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:14.014Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:15:14.017Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ed5f838-f8fb-48f4-89e7-124059b16e1b 52514
2022-11-05T04:15:14.017Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:14.020Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:14.020Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621714017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:15:14.121Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:14.121Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:15:14.122Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:14.138Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:14.138Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:15.021Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:15:15.022Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:15.023Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ed5f838-f8fb-48f4-89e7-124059b16e1b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.023Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-05T04:15:15.024Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.024Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.172Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9519829339220936228/Definitions/service-BasicNetwork-template.yml
2022-11-05T04:15:15.742Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.748Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:78b883ad-f8b5-49f5-88bc-3daffa4e46d0
Model Version:NULL
Model InvariantUuid:dd4b3466-d7f6-4379-927a-712878350bb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9118ddea-f86c-426b-a2e7-bf2da5dc3507
Model UUID:1b22c870-1474-4575-aea6-03a9716ed5f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5b15eb85-085c-419e-b051-705480bfbdbe
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-11-05T04:15:15.754Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: f14f74f2-7dd8-40dc-afb8-81848bda79ba
2022-11-05T04:15:15.754Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||No resources found for Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:15:15.759Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||
2022-11-05T04:15:15.759Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-05T04:15:15.761Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.765Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79eb6529, org.onap.sdc.toscaparser.api.parameters.Input@73581db1, org.onap.sdc.toscaparser.api.parameters.Input@4b005631, org.onap.sdc.toscaparser.api.parameters.Input@15e34b23, org.onap.sdc.toscaparser.api.parameters.Input@3703a69b]
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 78b883ad-f8b5-49f5-88bc-3daffa4e46d0: Generic NeutronNet
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.769Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||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-11-05T04:15:15.849Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:15.852Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:15.852Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621715849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:15:15.952Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:15.953Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:15:15.953Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:15.968Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:15.968Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:16.853Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:15:16.864Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:16.873Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:15:46.873Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-05T04:15:46.887Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and serviceModelVersionId: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:46.887Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd4b3466-d7f6-4379-927a-712878350bb4
2022-11-05T04:15:46.888Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0
2022-11-05T04:15:46.894Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:15:46.958Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|INFO|500||Invoke
2022-11-05T04:15:46.959Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[973f4eea-b142-4a41-af7e-ee7f7aa609f0], X-ECOMP-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], X-TransactionId=[], X-ONAP-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], Content-Type=[application/merge-patch+json]}
2022-11-05T04:15:46.985Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T04:15:47.073Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?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/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-04:15:47:551-15273], vertex-id=[163904], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:15:47 GMT], Content-Type=[application/json]}
2022-11-05T04:15:47.074Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:15:47.074Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|INFO|500||InvokeReturn
2022-11-05T04:15:47.075Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:15:47.075Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:15:47.080Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:47.084Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:47.084Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621747081,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:15:47.184Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:47.185Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:15:47.186Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:47.207Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:15:47.207Z||pool-39-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-05T04:16:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:16:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:16:11.266Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:16:11.266Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:16:11.266Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:16:11.266Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:16:11.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:16:11.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:16:11.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621711260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:16:11.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-05T04:16:20.820Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:11.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:17:11.262Z||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-11-05T04:17:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:17:11.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:17:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "clamp",
"timestamp": 1667621713525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621711260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "clamp",
"timestamp": 1667621714528,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:17:11.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef5cb075-8591-4d95-8716-dfb58f25fbb0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b67b17fa-25b9-4673-a143-a7682bf29296","serviceDescription":"service","serviceInvariantUUID":"107fa68f-de05-404c-ac8b-5a7944c5e281","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b295e9d1-e664-4601-a757-f93395cf9c9e","resourceInvariantUUID":"635adcae-d5d4-4a78-bbae-12b0fa3cb3ab","resourceCustomizationUUID":"718a6b55-16dd-4082-a3e6-c4ead01945e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTNkMjg2Mjk2MzYyNjVjODliNmRkY2E3ZTg2OGYzOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d65912d9-99cd-428c-8274-bbec2db611b6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd011aba-82c5-4c5b-bc9f-e4831d277feb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4142b86-75db-4f41-b500-781fcb726ac2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2748c3e2-cf18-409b-98ea-5f4cb3be8275","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08dc4046-c64e-4c6c-9caa-fa120484c533","artifactVersion":"2","generatedFromUUID":"e4142b86-75db-4f41-b500-781fcb726ac2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODNjMTAwNGVkOTk4NzE2OWI4NmEzM2U2MTgyN2YyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a848d6a-84eb-4152-a980-aeef47df92a5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43b658fe-4b2a-4cd3-a1a8-063e7a9301db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:17:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:11.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:11.903Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:17:12.004Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:17:12.005Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:12.006Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:12.019Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:12.020Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:12.186Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:17:12.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621714017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621715849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621747081,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.904Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:12.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:12.908Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:12.908Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T04:17:13.008Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:13.009Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:13.009Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:13.022Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:13.023Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:13.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:13.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:13.914Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:13.914Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-05T04:17:14.014Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:14.015Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:14.015Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:14.030Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:14.030Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:14.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:14.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:14.917Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:14.918Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:17:15.018Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:15.019Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:15.019Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:15.034Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:15.035Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:15.918Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:15.919Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:15.921Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:15.921Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-05T04:17:16.022Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:17:16.023Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:16.023Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:16.037Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:16.038Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:16.922Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:16.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:16.925Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:16.925Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T04:17:17.025Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:17.026Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:17.026Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:17.041Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:17.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:17.925Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:17.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:17.928Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:17.929Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621831260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T04:17:18.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:18.029Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:18.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:18.044Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:18.044Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:17:18.930Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "b67b17fa-25b9-4673-a143-a7682bf29296",
"serviceDescription": "service",
"serviceInvariantUUID": "107fa68f-de05-404c-ac8b-5a7944c5e281",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "718a6b55-16dd-4082-a3e6-c4ead01945e0",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b295e9d1-e664-4601-a757-f93395cf9c9e",
"resourceInvariantUUID": "635adcae-d5d4-4a78-bbae-12b0fa3cb3ab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd011aba-82c5-4c5b-bc9f-e4831d277feb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e4142b86-75db-4f41-b500-781fcb726ac2",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08dc4046-c64e-4c6c-9caa-fa120484c533",
"generatedFromUUID": "e4142b86-75db-4f41-b500-781fcb726ac2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "08dc4046-c64e-4c6c-9caa-fa120484c533",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43b658fe-4b2a-4cd3-a1a8-063e7a9301db"
}
],
"workloadContext": "Production"
}
2022-11-05T04:17:18.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:17:18.931Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b67b17fa-25b9-4673-a143-a7682bf29296 ASDC
2022-11-05T04:17:18.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef5cb075-8591-4d95-8716-dfb58f25fbb0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b67b17fa-25b9-4673-a143-a7682bf29296
ServiceInvariantUUID:107fa68f-de05-404c-ac8b-5a7944c5e281
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:43b658fe-4b2a-4cd3-a1a8-063e7a9301db
ArtifactChecksum:OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:718a6b55-16dd-4082-a3e6-c4ead01945e0
ResourceInvariantUUID:635adcae-d5d4-4a78-bbae-12b0fa3cb3ab
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b295e9d1-e664-4601-a757-f93395cf9c9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:cd011aba-82c5-4c5b-bc9f-e4831d277feb
ArtifactChecksum:ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e4142b86-75db-4f41-b500-781fcb726ac2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:08dc4046-c64e-4c6c-9caa-fa120484c533
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:08dc4046-c64e-4c6c-9caa-fa120484c533
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-05T04:17:18.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b67b17fa-25b9-4673-a143-a7682bf29296 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:17:18.971Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:17:18.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:18.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43b658fe-4b2a-4cd3-a1a8-063e7a9301db from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:19.055Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:17:19.058Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 43b658fe-4b2a-4cd3-a1a8-063e7a9301db 71063
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:19.061Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:19.061Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667621839059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T04:17:19.162Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:19.163Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T04:17:19.163Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:19.176Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T04:17:19.177Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:20.062Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:17:20.063Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 43b658fe-4b2a-4cd3-a1a8-063e7a9301db, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.065Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.253Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10518418696919136739/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-05T04:17:21.585Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery