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-08-25T05:21:34.702Z||main|||||INFO|500||The following profiles are active: basic
2022-08-25T05:21:52.012Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-25T05:21:52.013Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-25T05:21:52.170Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-25T05:21:58.202Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-25T05:21:58.757Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-25T05:21:59.445Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-25T05:21:59.453Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-25T05:21:59.628Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-25T05:21:59.950Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-25T05:22:01.118Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-25T05:22:03.861Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T05:22:07.034Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T05:22:07.109Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-25T05:22:07.879Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T05:22:08.224Z||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-08-25T05:22:09.956Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T05:22:11.616Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-25T05:22:11.660Z||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$$5917c19b.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-08-25T05:22:11.661Z||main|||||WARN|500||The sdc end point is not alive
2022-08-25T05:22:16.512Z||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-08-25T05:22:21.227Z||main|||||WARN|500||---
2022-08-25T05:22:21.228Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-25T05:22:21.229Z||main|||||WARN|500||---
2022-08-25T05:22:21.972Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-25T05:22:29.486Z||main|||||INFO|500||Started Application in 60.498 seconds (JVM running for 63.865)
2022-08-25T05:22:29.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-25T05:22:29.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-25T05:22:29.535Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-25T05:22:29.578Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-25T05:22:29.645Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f02a8631-077a-467a-ac3f-bb5c0c25bc42 url= /sdc/v1/artifactTypes
2022-08-25T05:22:29.646Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-25T05:22:30.064Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-25T05:22:30.122Z||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-08-25T05:22:30.191Z||scheduling-1|||||DEBUG|500||create keys
2022-08-25T05:22:30.208Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-25T05:22:30.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:22:30.302Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c425165-addf-4f4d-ad93-d27305c9d437 url= /sdc/v1/registerForDistribution
2022-08-25T05:22:31.046Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c425165-addf-4f4d-ad93-d27305c9d437 url= /sdc/v1/registerForDistribution
2022-08-25T05:22:31.047Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-25T05:22:31.081Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-25T05:22:31.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:22:31.108Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:22:31.126Z||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-08-25T05:22:31.127Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:22:31.125Z||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-08-25T05:22:31.130Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:22:41.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:22:42.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:23:31.067Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:23:31.068Z||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-08-25T05:23:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:23:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:23:31.071Z||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-08-25T05:23:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:23:41.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:23:41.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:24:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:24:31.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:24:31.073Z||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-08-25T05:24:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:24:31.073Z||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-08-25T05:24:31.078Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:24:40.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:24:40.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:25:31.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:25:31.066Z||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-08-25T05:25:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:25:31.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:25:31.078Z||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-08-25T05:25:31.078Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:25:40.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:25:40.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:26:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:26:31.066Z||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-08-25T05:26:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:26:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:26:31.073Z||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-08-25T05:26:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:26:40.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:26:40.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:27:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:27:31.066Z||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-08-25T05:27:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:27:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:27:31.072Z||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-08-25T05:27:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:27:40.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:27:40.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:28:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:28:31.066Z||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-08-25T05:28:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:28:31.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:28:31.073Z||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-08-25T05:28:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:28:40.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:28:40.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:29:31.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:29:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:29:31.071Z||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-08-25T05:29:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:29:31.076Z||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-08-25T05:29:31.077Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:29:40.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:29:40.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:30:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:30:31.066Z||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-08-25T05:30:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:30:31.071Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:30:31.072Z||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-08-25T05:30:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:30:40.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:30:40.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:31:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:31:31.066Z||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-08-25T05:31:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:31:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:31:31.071Z||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-08-25T05:31:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:31:40.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:31:40.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:31:45.262Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-25T05:32:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:32:31.065Z||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-08-25T05:32:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:32:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:32:31.071Z||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-08-25T05:32:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:32:40.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:32:40.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:33:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:33:31.066Z||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-08-25T05:33:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:33:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:33:31.072Z||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-08-25T05:33:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:33:40.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:33:40.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:34:31.066Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:34:31.067Z||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-08-25T05:34:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:34:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:34:31.071Z||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-08-25T05:34:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:34:40.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:34:40.745Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:35:31.065Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:35:31.069Z||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-08-25T05:35:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:35:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:35:31.071Z||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-08-25T05:35:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:35:40.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:35:40.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:36:31.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:36:31.069Z||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-08-25T05:36:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:36:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:36:31.071Z||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-08-25T05:36:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:36:40.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:36:40.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:37:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:37:31.066Z||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-08-25T05:37:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:37:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:37:31.071Z||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-08-25T05:37:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:37:40.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:37:40.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:38:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:38:31.065Z||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-08-25T05:38:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:38:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:38:31.072Z||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-08-25T05:38:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:38:40.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:38:40.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:39:31.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:39:31.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:39:31.074Z||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-08-25T05:39:31.074Z||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-08-25T05:39:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:39:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:39:40.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:39:40.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:40:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:40:31.066Z||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-08-25T05:40:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:40:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:40:31.074Z||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-08-25T05:40:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:40:40.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:40:40.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:41:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:41:31.065Z||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-08-25T05:41:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:41:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:41:31.071Z||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-08-25T05:41:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:41:40.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:41:40.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:42:31.067Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:42:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:42:31.071Z||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-08-25T05:42:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:42:31.072Z||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-08-25T05:42:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:42:40.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:42:40.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:43:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:43:31.066Z||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-08-25T05:43:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:43:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:43:31.071Z||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-08-25T05:43:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:43:40.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:43:40.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:44:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:44:31.066Z||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-08-25T05:44:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:44:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:44:31.074Z||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-08-25T05:44:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:44:40.707Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:44:40.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:45:31.065Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:45:31.066Z||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-08-25T05:45:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:45:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:45:31.072Z||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-08-25T05:45:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:45:40.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:45:40.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:46:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:46:31.066Z||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-08-25T05:46:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:46:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:46:31.071Z||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-08-25T05:46:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:46:40.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:46:40.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:47:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:47:31.065Z||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-08-25T05:47:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:47:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:47:31.072Z||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-08-25T05:47:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:47:40.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:47:40.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:48:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:48:31.065Z||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-08-25T05:48:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:48:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:48:31.071Z||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-08-25T05:48:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:48:40.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:48:40.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:49:31.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:49:31.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:49:31.075Z||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-08-25T05:49:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:49:31.076Z||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-08-25T05:49:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:49:40.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:49:40.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:50:31.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:50:31.067Z||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-08-25T05:50:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:50:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:50:31.071Z||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-08-25T05:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:50:40.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:50:40.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:51:31.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:51:31.066Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:51:31.066Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:51:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:51:31.072Z||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-08-25T05:51:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:51:40.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:51:40.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:52:31.065Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:52:31.066Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:52:31.067Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:52:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:52:31.072Z||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-08-25T05:52:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:52:40.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:52:40.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:53:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:53:31.067Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:53:31.067Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:53:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:53:31.071Z||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-08-25T05:53:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:53:40.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:53:40.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:54:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:54:31.071Z||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-08-25T05:54:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:54:31.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:54:31.073Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:54:31.073Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:54:40.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:54:40.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:55:31.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:55:31.070Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:55:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:55:31.071Z||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-08-25T05:55:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:55:31.070Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:55:40.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:55:40.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:56:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:56:31.067Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:56:31.067Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:56:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:56:31.071Z||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-08-25T05:56:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:56:40.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:56:40.705Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:57:31.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:57:31.066Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:57:31.066Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T05:57:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:57:31.071Z||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-08-25T05:57:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:57:40.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:57:40.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:58:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:58:31.065Z||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-08-25T05:58:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:58:31.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:58:31.077Z||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-08-25T05:58:31.077Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:58:40.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:58:40.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:59:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:59:31.066Z||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-08-25T05:59:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:59:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:59:31.071Z||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-08-25T05:59:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T05:59:40.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T05:59:40.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:00:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:00:31.065Z||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-08-25T06:00:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:00:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:00:31.071Z||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-08-25T06:00:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:00:40.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:00:40.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:01:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:01:31.065Z||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-08-25T06:01:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:01:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:01:31.071Z||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-08-25T06:01:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:01:40.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:01:40.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:02:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:02:31.067Z||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-08-25T06:02:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:02:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:02:31.071Z||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-08-25T06:02:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:02:40.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:02:40.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:03:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:03:31.068Z||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-08-25T06:03:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:03:31.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:03:31.071Z||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-08-25T06:03:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:03:40.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:03:40.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:04:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:04:31.065Z||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-08-25T06:04:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:04:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:04:31.071Z||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-08-25T06:04:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:04:40.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:04:40.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:05:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:05:31.065Z||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-08-25T06:05:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:05:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:05:31.071Z||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-08-25T06:05:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:05:40.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:05:40.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:06:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:06:31.065Z||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-08-25T06:06:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:06:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:06:31.071Z||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-08-25T06:06:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:06:40.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:06:40.737Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:07:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:07:31.065Z||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-08-25T06:07:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:07:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:07:31.071Z||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-08-25T06:07:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:07:40.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:07:40.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:08:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:08:31.065Z||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-08-25T06:08:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:08:31.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:08:31.071Z||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-08-25T06:08:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:08:40.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:08:40.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:09:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:09:31.069Z||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-08-25T06:09:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:09:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:09:31.071Z||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-08-25T06:09:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:09:40.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:09:40.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:10:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:10:31.065Z||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-08-25T06:10:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:10:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:10:31.072Z||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-08-25T06:10:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:10:40.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:10:40.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:11:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:11:31.065Z||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-08-25T06:11:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:11:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:11:31.073Z||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-08-25T06:11:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:11:40.735Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:11:40.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:12:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:12:31.065Z||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-08-25T06:12:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:12:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:12:31.072Z||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-08-25T06:12:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:12:40.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:12:40.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:13:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:13:31.069Z||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-08-25T06:13:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:13:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:13:31.072Z||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-08-25T06:13:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:13:40.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:13:40.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:14:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:14:31.067Z||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-08-25T06:14:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:14:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:14:31.072Z||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-08-25T06:14:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:14:40.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:14:40.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:15:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:15:31.066Z||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-08-25T06:15:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:15:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:15:31.071Z||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-08-25T06:15:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:15:40.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:15:40.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:16:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:16:31.065Z||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-08-25T06:16:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:16:31.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:16:31.080Z||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-08-25T06:16:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:16:40.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:16:40.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:17:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:17:31.066Z||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-08-25T06:17:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:17:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:17:31.071Z||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-08-25T06:17:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:17:40.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:17:40.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:18:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:18:31.069Z||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-08-25T06:18:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:18:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:18:31.071Z||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-08-25T06:18:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:18:40.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:18:40.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:19:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:19:31.066Z||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-08-25T06:19:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:19:31.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:19:31.076Z||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-08-25T06:19:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:19:40.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:19:40.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:20:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:20:31.069Z||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-08-25T06:20:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:20:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:20:31.071Z||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-08-25T06:20:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:20:40.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:20:40.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:21:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:21:31.066Z||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-08-25T06:21:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:21:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:21:31.071Z||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-08-25T06:21:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:21:40.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:21:40.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:22:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:22:31.067Z||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-08-25T06:22:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:22:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:22:31.071Z||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-08-25T06:22:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:22:40.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:22:40.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:23:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:23:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:23:31.071Z||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-08-25T06:23:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:23:31.070Z||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-08-25T06:23:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:23:40.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:23:40.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:24:31.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:24:31.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:24:31.075Z||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-08-25T06:24:31.075Z||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-08-25T06:24:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:24:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:24:40.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:24:40.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:25:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:25:31.065Z||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-08-25T06:25:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:25:31.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:25:31.071Z||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-08-25T06:25:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:25:40.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:25:40.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:26:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:26:31.065Z||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-08-25T06:26:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:26:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:26:31.071Z||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-08-25T06:26:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:26:40.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:26:40.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:27:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:27:31.066Z||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-08-25T06:27:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:27:31.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:27:31.080Z||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-08-25T06:27:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:27:40.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:27:40.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:28:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:28:31.068Z||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-08-25T06:28:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:28:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:28:31.071Z||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-08-25T06:28:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:28:40.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:28:40.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:29:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:29:31.065Z||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-08-25T06:29:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:29:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:29:31.075Z||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-08-25T06:29:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:29:40.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:29:40.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:30:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:30:31.066Z||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-08-25T06:30:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:30:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:30:31.089Z||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-08-25T06:30:31.089Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:30:40.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:30:40.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:31:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:31:31.065Z||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-08-25T06:31:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:31:31.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:31:31.074Z||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-08-25T06:31:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:31:40.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:31:40.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:32:31.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:32:31.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:32:31.075Z||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-08-25T06:32:31.075Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:32:31.076Z||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-08-25T06:32:31.076Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:32:41.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:32:41.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:33:31.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:33:31.065Z||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-08-25T06:33:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:33:31.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:33:31.072Z||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-08-25T06:33:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:33:40.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:33:40.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:34:31.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:34:31.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:34:31.074Z||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-08-25T06:34:31.074Z||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-08-25T06:34:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:34:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:34:40.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:34:40.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:35:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:35:31.068Z||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-08-25T06:35:31.069Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:35:31.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:35:31.073Z||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-08-25T06:35:31.074Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:35:40.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:35:40.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:36:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:36:31.065Z||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-08-25T06:36:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:36:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:36:31.072Z||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-08-25T06:36:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:36:40.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:36:40.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:37:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:37:31.066Z||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-08-25T06:37:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:37:31.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:37:31.080Z||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-08-25T06:37:31.082Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:37:40.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:37:40.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:38:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:38:31.067Z||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-08-25T06:38:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:38:31.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:38:31.073Z||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-08-25T06:38:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:38:40.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:38:40.793Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:39:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:39:31.069Z||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-08-25T06:39:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:39:31.074Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:39:31.080Z||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-08-25T06:39:31.080Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:39:40.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:39:40.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:40:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:40:31.072Z||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-08-25T06:40:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:40:31.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:40:31.087Z||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-08-25T06:40:31.087Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:40:40.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:40:40.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:41:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:41:31.068Z||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-08-25T06:41:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:41:31.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:41:31.072Z||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-08-25T06:41:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:41:40.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:41:40.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:42:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:42:31.065Z||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-08-25T06:42:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:42:31.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:42:31.101Z||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-08-25T06:42:31.101Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:42:40.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:42:40.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:43:31.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:43:31.067Z||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-08-25T06:43:31.067Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:43:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:43:31.071Z||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-08-25T06:43:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:43:40.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:43:40.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:44:31.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:44:31.070Z||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-08-25T06:44:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:44:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:44:31.071Z||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-08-25T06:44:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:44:40.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:44:40.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:45:31.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:45:31.066Z||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-08-25T06:45:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:45:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:45:31.071Z||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-08-25T06:45:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:45:40.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:45:40.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:46:31.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:46:31.070Z||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-08-25T06:46:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:46:31.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:46:31.071Z||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-08-25T06:46:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:46:40.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:46:40.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:47:31.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:47:31.065Z||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-08-25T06:47:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:47:31.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:47:31.071Z||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-08-25T06:47:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:47:40.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:47:40.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:48:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:48:31.065Z||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-08-25T06:48:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:48:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:48:31.071Z||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-08-25T06:48:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:48:40.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:48:40.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:49:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:49:31.066Z||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-08-25T06:49:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:49:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:49:31.071Z||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-08-25T06:49:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:49:40.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:49:40.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:50:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:50:31.067Z||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-08-25T06:50:31.068Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:50:31.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:50:31.071Z||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-08-25T06:50:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:50:40.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:50:40.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:51:31.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:51:31.066Z||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-08-25T06:51:31.066Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:51:31.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:51:31.072Z||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-08-25T06:51:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:51:40.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:51:40.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:52:31.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:52:31.070Z||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-08-25T06:52:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:52:31.070Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:52:31.071Z||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-08-25T06:52:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:52:40.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:52:40.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:53:31.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:53:31.065Z||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-08-25T06:53:31.065Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:53:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:53:31.071Z||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-08-25T06:53:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:53:40.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:53:40.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:54:31.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:54:31.065Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:54:31.065Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:54:31.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:54:31.071Z||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-08-25T06:54:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:54:40.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:54:40.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:55:31.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:55:31.066Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:55:31.066Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:55:31.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:55:31.071Z||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-08-25T06:55:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:55:40.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:55:40.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:31.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:56:31.068Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T06:56:31.068Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:56:31.071Z||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-08-25T06:56:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:32.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:32.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T06:56:32.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c6dcdb3-3db7-429d-a5f0-b47537a68482","serviceName":"vFW 2022-08-25 06-54-54","serviceVersion":"1.0","serviceUUID":"18bc3e04-4669-44dc-afed-ff765c767963","serviceDescription":"catalog service description","serviceInvariantUUID":"8564c711-820e-48df-8894-d60b5cb775dd","resources":[{"resourceInstanceName":"vFW 88802122-6d86 0","resourceName":"vFW 88802122-6d86","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf","resourceInvariantUUID":"9e85fbd1-5c75-4496-a024-4f34568d936a","resourceCustomizationUUID":"ca637755-2b2c-48e2-86fe-c0c4716a0a6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml","artifactChecksum":"OGJlY2JlOWNlM2JlNmY4NmJhM2JjZjc5NTA5MmMxNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"719e25c1-41dc-4efc-89dc-0c4ecfff5be2","artifactVersion":"1"},{"artifactName":"vfw888021226d860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json","artifactChecksum":"ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"702e2db0-7802-4d90-8484-de8f1f6b7de2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVjZTRlYTg2YWNkZTNhYzVkNDg4ODcyNmNlYzRjNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5500f11a-2ed1-4cc4-8160-cb4887d23ae9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6108b60-ef07-49fd-bcb7-260d707008af","artifactVersion":"2","generatedFromUUID":"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825065454-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml","artifactChecksum":"ZGFjODI0MThiMDczZWI1Nzg5Mzc5NDIzNzQ2MTVlZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"312b75f4-46c2-4dd9-865f-47e0bcf5bcff","artifactVersion":"1"},{"artifactName":"service-Vfw20220825065454-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar","artifactChecksum":"NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac0d49e3-e85f-45f0-9d40-c6a57d6afc50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T06:56:32.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:32.058Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:32.079Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:32.080Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:56:32.178Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T06:56:32.186Z||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-08-25T06:56:32.186Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:32.224Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:32.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":6,"count":1}
2022-08-25T06:56:32.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:32.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T06:56:32.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:56:32.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-25T06:56:33.090Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:33.091Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:33.099Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:33.099Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:56:33.195Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T06:56:33.196Z||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-08-25T06:56:33.197Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:33.247Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:33.248Z||pool-4-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:34.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:34.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:34.103Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:34.103Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:56:34.203Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:34.205Z||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-08-25T06:56:34.205Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:34.225Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:34.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:35.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:35.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:35.109Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:35.109Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:56:35.209Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:35.210Z||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-08-25T06:56:35.210Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:35.239Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:35.240Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:36.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:36.111Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:36.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:36.114Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T06:56:36.216Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T06:56:36.217Z||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-08-25T06:56:36.218Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:36.250Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:36.251Z||pool-7-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:37.115Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:37.116Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:37.119Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:37.119Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:56:37.221Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T06:56:37.223Z||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-08-25T06:56:37.223Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:37.257Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:37.258Z||pool-8-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:38.121Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T06:56:38.123Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:38.126Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:38.126Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:56:38.226Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:38.227Z||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-08-25T06:56:38.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:38.271Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:38.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:39.129Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"serviceName": "vFW 2022-08-25 06-54-54",
"serviceVersion": "1.0",
"serviceUUID": "18bc3e04-4669-44dc-afed-ff765c767963",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8564c711-820e-48df-8894-d60b5cb775dd",
"resources": [
{
"resourceInstanceName": "vFW 88802122-6d86 0",
"resourceCustomizationUUID": "ca637755-2b2c-48e2-86fe-c0c4716a0a6e",
"resourceName": "vFW 88802122-6d86",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf",
"resourceInvariantUUID": "9e85fbd1-5c75-4496-a024-4f34568d936a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw888021226d860_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"artifactChecksum": "ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "702e2db0-7802-4d90-8484-de8f1f6b7de2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6108b60-ef07-49fd-bcb7-260d707008af",
"generatedFromUUID": "fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6108b60-ef07-49fd-bcb7-260d707008af",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220825065454-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"artifactChecksum": "NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac0d49e3-e85f-45f0-9d40-c6a57d6afc50"
}
],
"workloadContext": "Production"
}
2022-08-25T06:56:39.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T06:56:39.132Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18bc3e04-4669-44dc-afed-ff765c767963 ASDC
2022-08-25T06:56:39.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9c6dcdb3-3db7-429d-a5f0-b47537a68482
ServiceName:vFW 2022-08-25 06-54-54
ServiceVersion:1.0
ServiceUUID:18bc3e04-4669-44dc-afed-ff765c767963
ServiceInvariantUUID:8564c711-820e-48df-8894-d60b5cb775dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825065454-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
ArtifactUUID:ac0d49e3-e85f-45f0-9d40-c6a57d6afc50
ArtifactChecksum:NDIyNTYxOGI3MDM1ODIzY2Q5MGVhOWU5MGUwMWEyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 88802122-6d86 0
ResourceCustomizationUUID:ca637755-2b2c-48e2-86fe-c0c4716a0a6e
ResourceInvariantUUID:9e85fbd1-5c75-4496-a024-4f34568d936a
ResourceName:vFW 88802122-6d86
ResourceType:VF
ResourceUUID:d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw888021226d860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
ArtifactUUID:702e2db0-7802-4d90-8484-de8f1f6b7de2
ArtifactChecksum:ZjUxNzE1M2ZhODdkODM1YTA0NTFkMzlkZDA2Y2E4NmQ=
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
ArtifactUUID:fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
ArtifactUUID:a6108b60-ef07-49fd-bcb7-260d707008af
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/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
ArtifactUUID:a6108b60-ef07-49fd-bcb7-260d707008af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-25T06:56:39.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18bc3e04-4669-44dc-afed-ff765c767963 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-08-25T06:56:39.701Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T06:56:39.703Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:39.706Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:39.706Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac0d49e3-e85f-45f0-9d40-c6a57d6afc50 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:39.707Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:39.709Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:40.054Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:40.089Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ac0d49e3-e85f-45f0-9d40-c6a57d6afc50 100624
2022-08-25T06:56:40.092Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ASDC sendASDCNotification
2022-08-25T06:56:40.092Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:40.093Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:40.095Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:40.099Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:40.099Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410600090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:56:40.199Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:40.200Z||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-08-25T06:56:40.200Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:40.233Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:40.234Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:41.100Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T06:56:41.102Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T06:56:41.103Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ac0d49e3-e85f-45f0-9d40-c6a57d6afc50, URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar to file: /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.103Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.398Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:41.399Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:42.542Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3099438348404545129/Definitions/service-Vfw20220825065454-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-25T06:56:47.446Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T06:56:47.455Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T06:56:47.455Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.456Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 88802122-6d86 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.457Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.458Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.459Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:47.459Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T06:56:47.469Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.471Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.477Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.477Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T06:56:47.480Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T06:56:47.481Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.482Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.483Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.488Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.489Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.490Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.491Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.492Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T06:56:47.493Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.493Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T06:56:47.495Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.495Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:47.497Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.498Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.499Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.500Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00a8c976-6ea4-4db3-b5f8-0d4a25090e44
2022-08-25T06:56:47.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.503Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47e35333-7e5b-4e5e-8c77-52ca08867992
2022-08-25T06:56:47.504Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.505Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:47.506Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91878658-11dc-4ab7-b016-ce6ef097a1a3
2022-08-25T06:56:47.507Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:47.510Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-25 06-54-54
Description:catalog service description
Model UUID:18bc3e04-4669-44dc-afed-ff765c767963
Model Version:NULL
Model InvariantUuid:8564c711-820e-48df-8894-d60b5cb775dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 88802122-6d86
Model UUID:0b056759-8d13-44d5-a3a2-8d87ae2cf9ab
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e85fbd1-5c75-4496-a024-4f34568d936a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ca637755-2b2c-48e2-86fe-c0c4716a0a6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:95d00bbb-2082-4612-8c3c-46a8103cdf31
ModelName:Vfw888021226d86..base_vfw..module-0
ModelUuid:cfa08394-5316-4959-bb9d-b7b3dfce1495
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:00a8c976-6ea4-4db3-b5f8-0d4a25090e44
ModelInvariantUuid:7a87dd32-c1db-42ea-94d0-1288d6672e7c
ModelName:vFW 88802122-6d86-nodes.vfwCvfc
ModelUuid:8e703c48-81f5-467a-a769-929aeb6d04a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:817ce5da-d625-41a0-be34-8711b44b386c
ModelInvariantUuid:37ed3b03-de4c-4fb5-90eb-b56cfb369a9a
ModelName:Vfw888021226d86.compute.nodes.heat.vfw
ModelUuid:dbf69fa9-0b26-4a25-8003-7614f35ee3c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:47e35333-7e5b-4e5e-8c77-52ca08867992
ModelInvariantUuid:385dbd9e-0847-435f-9af6-124f7401989f
ModelName:vFW 88802122-6d86-nodes.vsnCvfc
ModelUuid:41bfd8e9-db02-47a8-b1ec-1fe6ef6e6155
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7ac8e003-144b-4b71-ace5-bc36fe0314a1
ModelInvariantUuid:04599a38-8be9-4ed2-9111-b3a3439823fa
ModelName:Vfw888021226d86.compute.nodes.heat.vsn
ModelUuid:5192cddf-4136-4a57-aca6-5719e542921b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:91878658-11dc-4ab7-b016-ce6ef097a1a3
ModelInvariantUuid:68887cef-c5fb-46e8-919b-bba1a6d25840
ModelName:vFW 88802122-6d86-nodes.vpgCvfc
ModelUuid:883714eb-06b2-48aa-a097-6b5cc1bf26de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:aec1b784-9117-4132-9bb3-4dda8d9e46ae
ModelInvariantUuid:12fc813f-18fb-4886-a71f-c02735c3a46d
ModelName:Vfw888021226d86.compute.nodes.heat.vpg
ModelUuid:64b86c7a-90a1-4458-b8e7-6cee78f777e8
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-08-25T06:56:47.549Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
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-08-25T06:56:47.721Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||vFW 88802122-6d86 0
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 702e2db0-7802-4d90-8484-de8f1f6b7de2 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.732Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:47.733Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.825Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:47.826Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json 702e2db0-7802-4d90-8484-de8f1f6b7de2 785
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json ASDC sendASDCNotification
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:47.827Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:47.828Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:47.832Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:47.832Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410607827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:56:47.934Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:47.935Z||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-08-25T06:56:47.936Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:48.006Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:48.007Z||pool-11-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:48.835Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw888021226d86..base_vfw..module-0",
"vfModuleModelInvariantUUID": "95d00bbb-2082-4612-8c3c-46a8103cdf31",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfa08394-5316-4959-bb9d-b7b3dfce1495",
"vfModuleModelCustomizationUUID": "f6d934d8-976b-475c-b5e8-69c620b7f5ff",
"isBase": true,
"artifacts": [
"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
"a6108b60-ef07-49fd-bcb7-260d707008af"
],
"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-08-25T06:56:48.869Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw888021226d86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa08394-5316-4959-bb9d-b7b3dfce1495
VfModuleModelInvariantUUID:95d00bbb-2082-4612-8c3c-46a8103cdf31
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
,
a6108b60-ef07-49fd-bcb7-260d707008af
}
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-08-25T06:56:48.876Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw888021226d86..base_vfw..module-0",
"vfModuleModelInvariantUUID": "95d00bbb-2082-4612-8c3c-46a8103cdf31",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfa08394-5316-4959-bb9d-b7b3dfce1495",
"vfModuleModelCustomizationUUID": "f6d934d8-976b-475c-b5e8-69c620b7f5ff",
"isBase": true,
"artifacts": [
"fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9",
"a6108b60-ef07-49fd-bcb7-260d707008af"
],
"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-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw888021226d86..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfa08394-5316-4959-bb9d-b7b3dfce1495
VfModuleModelInvariantUUID:95d00bbb-2082-4612-8c3c-46a8103cdf31
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9
,
a6108b60-ef07-49fd-bcb7-260d707008af
}
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-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9 from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.877Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:48.878Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.946Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:48.949Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml fcb2c896-6fa4-4bcb-a5f4-cdcb1a297ce9 20368
2022-08-25T06:56:48.949Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:48.950Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:48.958Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:48.958Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410608949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:56:49.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T06:56:49.060Z||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-08-25T06:56:49.060Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:49.123Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:49.124Z||pool-12-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:49.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a6108b60-ef07-49fd-bcb7-260d707008af from URL: /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:49.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T06:56:49.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:50.131Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T06:56:50.132Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env a6108b60-ef07-49fd-bcb7-260d707008af 2098
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:50.133Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T06:56:50.134Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:50.139Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:50.139Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410610133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:56:50.241Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T06:56:50.243Z||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-08-25T06:56:50.243Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:50.278Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:50.279Z||pool-13-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:51.140Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 18bc3e04-4669-44dc-afed-ff765c767963
2022-08-25T06:56:51.141Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 88802122-6d86 0 d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T06:56:51.229Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ff0b3a8, org.onap.sdc.toscaparser.api.parameters.Input@18f85c57, org.onap.sdc.toscaparser.api.parameters.Input@6720c7af, org.onap.sdc.toscaparser.api.parameters.Input@5362acaa, org.onap.sdc.toscaparser.api.parameters.Input@79a5289d]
2022-08-25T06:56:51.235Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ca637755-2b2c-48e2-86fe-c0c4716a0a6e
2022-08-25T06:56:51.236Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e matches Tosca VF Customization UUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e
2022-08-25T06:56:51.237Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ca637755-2b2c-48e2-86fe-c0c4716a0a6e 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-08-25T06:56:51.251Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.252Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ca637755-2b2c-48e2-86fe-c0c4716a0a6e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ecc1b91
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.255Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T06:56:51.256Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6d934d8-976b-475c-b5e8-69c620b7f5ff
2022-08-25T06:56:51.259Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6d934d8-976b-475c-b5e8-69c620b7f5ff
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-08-25T06:56:51.272Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.272Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.273Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.274Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.275Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:51.276Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:51.277Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.278Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00a8c976-6ea4-4db3-b5f8-0d4a25090e44
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-08-25T06:56:51.301Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.301Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.302Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.302Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.303Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:51.304Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.305Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T06:56:51.306Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.306Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47e35333-7e5b-4e5e-8c77-52ca08867992
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-08-25T06:56:51.310Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.311Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.311Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.314Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T06:56:51.315Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T06:56:51.316Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T06:56:51.317Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91878658-11dc-4ab7-b016-ce6ef097a1a3
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-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.321Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Node template vFW 88802122-6d86 0 is matching search criteria
2022-08-25T06:56:51.322Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 88802122-6d86 0] matching following query criteria: sdcType=VF, customizationUUID=ca637755-2b2c-48e2-86fe-c0c4716a0a6e
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-08-25T06:56:51.325Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.325Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 18bc3e04-4669-44dc-afed-ff765c767963: vFW 88802122-6d86
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.326Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.327Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.328Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.328Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-25 06-54-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T06:56:51.329Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-25 06-54-54
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-08-25T06:56:51.952Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 88802122-6d86 d62d41de-cfc3-4be6-b6e0-c1d9ef4a9edf 1 ASDC deployResourceStructure
2022-08-25T06:56:51.953Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json ASDC sendASDCNotification
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:51.954Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:51.957Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:51.957Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410611953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T06:56:52.057Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:52.059Z||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-08-25T06:56:52.060Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:52.124Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:52.125Z||pool-14-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:52.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T06:56:52.959Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml
2022-08-25T06:56:52.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:52.960Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:52.963Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:52.964Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410612958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T06:56:53.064Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T06:56:53.066Z||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-08-25T06:56:53.066Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:53.138Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:53.140Z||pool-15-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:53.965Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:53.966Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:53.969Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:53.970Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410613965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-25T06:56:54.070Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T06:56:54.071Z||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-08-25T06:56:54.071Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:54.111Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:54.112Z||pool-16-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T06:56:54.971Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar ASDC sendASDCNotification
2022-08-25T06:56:54.972Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar
2022-08-25T06:56:54.972Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T06:56:54.973Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T06:56:54.979Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T06:56:54.980Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410614970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:56:55.078Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T06:56:55.080Z||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-08-25T06:56:55.080Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T06:56:55.113Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:56:55.116Z||pool-17-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T06:56:55.988Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:56:56.055Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:56:56.061Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:57:26.062Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:57:26.082Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:57:26.095Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:57:26.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:57:26.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:57:31.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:57:31.071Z||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-08-25T06:57:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:57:31.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:57:31.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-25T06:57:31.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:57:31.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-25T06:57:56.096Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:57:56.118Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:57:56.122Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:57:56.122Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:57:56.123Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:58:26.123Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:58:26.160Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:58:26.165Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:58:26.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:58:26.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:58:31.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:58:31.072Z||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-08-25T06:58:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:58:31.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:58:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T06:58:31.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:58:31.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-25T06:58:56.166Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:58:56.187Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:58:56.202Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:58:56.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:58:56.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:26.203Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:59:26.219Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T06:59:26.224Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T06:59:31.082Z||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-08-25T06:59:31.082Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T06:59:31.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T06:59:31.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410591065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410585916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410591718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410599801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410600090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410593987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410595633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410596927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410603562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410605196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "cds",
"timestamp": 1661410604581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-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-08-25T06:59:31.748Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410606402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410605387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410606392,
"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-08-25T06:59:31.789Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410607541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410599709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410608735,
"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-08-25T06:59:31.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410607654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410607827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410608564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410609742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410608666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410608949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "policy-id",
"timestamp": 1661410609671,
"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-08-25T06:59:31.894Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.894Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410610133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410610591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "clamp",
"timestamp": 1661410611598,
"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-08-25T06:59:31.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:31.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:31.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410605755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410611953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/vfw888021226d860_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410612958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410614112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410613965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/resourceInstances/vfw888021226d860/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410614970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410610633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410618538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "cds",
"timestamp": 1661410619544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-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-08-25T06:59:31.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:31.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:31.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T06:59:31.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410613987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:31.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410615916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410616938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410624983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410626224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410627386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410619710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410628441,
"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-08-25T06:59:32.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410627590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410629454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410621717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410628594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410630081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825065454/1.0/artifacts/service-Vfw20220825065454-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "policy-id",
"timestamp": 1661410629600,
"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-08-25T06:59:32.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410629707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "aai-ml",
"timestamp": 1661410631112,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-08-25T06:59:32.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9c6dcdb3-3db7-429d-a5f0-b47537a68482
2022-08-25T06:59:32.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T06:59:32.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410632103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410633107,
"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-08-25T06:59:32.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410634564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410636590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "clamp",
"timestamp": 1661410637596,
"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-08-25T06:59:32.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:32.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410635755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410650882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T06:59:32.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "aai-ml",
"timestamp": 1661410651904,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-08-25T06:59:32.233Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ad229048-c2af-45ba-9923-2a82ab920948
2022-08-25T06:59:32.233Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T06:59:56.225Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:59:56.242Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482
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-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T06:59:56.247Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T06:59:56.248Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-25T06:59:56.248Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-25T06:59:56.264Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:00:26.265Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482 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-08-25T07:00:26.286Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c6dcdb3-3db7-429d-a5f0-b47537a68482 and serviceModelVersionId: 18bc3e04-4669-44dc-afed-ff765c767963
2022-08-25T07:00:26.287Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8564c711-820e-48df-8894-d60b5cb775dd
2022-08-25T07:00:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:00:31.071Z||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-08-25T07:00:31.071Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:40.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:00:47.525Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0
2022-08-25T07:00:47.690Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:00:48.513Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:48.522Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:50.094Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:50.098Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:51.629Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?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-08-25T07:00:51.633Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Invoke
2022-08-25T07:00:52.666Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.669Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-08-25T07:00:52.670Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.671Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-08-25T07:00:52.681Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|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-08-25T07:00:52.682Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c6dcdb3-3db7-429d-a5f0-b47537a68482 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:00:52.686Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:00:52.687Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:52.693Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:52.693Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410852682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:00:52.796Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T07:00:52.797Z||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-08-25T07:00:52.798Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:52.825Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:00:52.825Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 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-08-25T07:00:53.750Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:00:53.751Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:00:53.752Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:58.494Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:00:58.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||received message from topic
2022-08-25T07:00:58.496Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ad229048-c2af-45ba-9923-2a82ab920948","serviceName":"basic_onboard_PKKJWC","serviceVersion":"1.0","serviceUUID":"00e5eae1-09f0-473d-b3c4-5fd18638858b","serviceDescription":"service","serviceInvariantUUID":"38e5b95d-4fc8-425d-9273-cc2460336a4d","resources":[{"resourceInstanceName":"basic_onboard_PKKJWC 0","resourceName":"basic_onboard_PKKJWC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78b15c8e-57b7-418d-93da-26a2ebf866d2","resourceInvariantUUID":"bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82","resourceCustomizationUUID":"9544e0f2-83d6-49bb-8f9e-7bde91039e8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml","artifactChecksum":"YzBkMTk5MGQ2NjE5YjE1MjRjNWZkOTcxZmY5NTQ1MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36283371-f3d6-4591-836d-f57b2de03dc4","artifactVersion":"1"},{"artifactName":"basic_onboard_pkkjwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json","artifactChecksum":"NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a889ea9e-5717-4694-8480-8bd4412bf266","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9778ef9e-546e-44f0-bc0e-7a5b492c41e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"221b2b6f-44c3-46bb-8c0d-3d7c0bb3b939","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd1f959a-bef9-4ff8-a353-849cf55ba0b0","artifactVersion":"2","generatedFromUUID":"9778ef9e-546e-44f0-bc0e-7a5b492c41e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkkjwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml","artifactChecksum":"NTUyNmZkOGU5OGYxM2I3OWZiZGEzZGNkNjcxNTA3NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1629849-50b0-445a-bb75-6209763ca647","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkkjwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar","artifactChecksum":"MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e95d4ef-a3e0-4798-ac5e-e8839f8d3823","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:00:58.501Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:00:58.502Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:58.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:58.508Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:00:58.607Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:00:58.609Z||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-08-25T07:00:58.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:58.647Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:00:58.648Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:00:59.509Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:00:59.511Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:00:59.514Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:00:59.515Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T07:00:59.614Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:00:59.615Z||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-08-25T07:00:59.616Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:00:59.650Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:00:59.651Z||pool-20-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:00.516Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:00.517Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:00.520Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:00.521Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T07:01:00.621Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:00.627Z||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-08-25T07:01:00.627Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:00.651Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:00.652Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:01.522Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:01.523Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:01.526Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:01.527Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:01:01.627Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:01.628Z||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-08-25T07:01:01.629Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:01.682Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:01.683Z||pool-22-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:02.528Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:02.529Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:02.531Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:02.532Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T07:01:02.632Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:02.633Z||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-08-25T07:01:02.633Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:02.699Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:02.700Z||pool-23-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:03.533Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:03.534Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:03.536Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:03.537Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:01:03.637Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:03.639Z||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-08-25T07:01:03.639Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:03.714Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:03.715Z||pool-24-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:04.538Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:01:04.539Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:04.543Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:04.544Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:01:04.649Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:01:04.650Z||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-08-25T07:01:04.651Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:04.715Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:04.716Z||pool-25-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:05.546Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"serviceName": "basic_onboard_PKKJWC",
"serviceVersion": "1.0",
"serviceUUID": "00e5eae1-09f0-473d-b3c4-5fd18638858b",
"serviceDescription": "service",
"serviceInvariantUUID": "38e5b95d-4fc8-425d-9273-cc2460336a4d",
"resources": [
{
"resourceInstanceName": "basic_onboard_PKKJWC 0",
"resourceCustomizationUUID": "9544e0f2-83d6-49bb-8f9e-7bde91039e8b",
"resourceName": "basic_onboard_PKKJWC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "78b15c8e-57b7-418d-93da-26a2ebf866d2",
"resourceInvariantUUID": "bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pkkjwc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"artifactChecksum": "NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a889ea9e-5717-4694-8480-8bd4412bf266",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd1f959a-bef9-4ff8-a353-849cf55ba0b0",
"generatedFromUUID": "9778ef9e-546e-44f0-bc0e-7a5b492c41e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd1f959a-bef9-4ff8-a353-849cf55ba0b0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPkkjwc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"artifactChecksum": "MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e95d4ef-a3e0-4798-ac5e-e8839f8d3823"
}
],
"workloadContext": "Production"
}
2022-08-25T07:01:05.547Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:01:05.548Z|9c6dcdb3-3db7-429d-a5f0-b47537a68482|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00e5eae1-09f0-473d-b3c4-5fd18638858b ASDC
2022-08-25T07:01:05.549Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ad229048-c2af-45ba-9923-2a82ab920948
ServiceName:basic_onboard_PKKJWC
ServiceVersion:1.0
ServiceUUID:00e5eae1-09f0-473d-b3c4-5fd18638858b
ServiceInvariantUUID:38e5b95d-4fc8-425d-9273-cc2460336a4d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPkkjwc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
ArtifactUUID:1e95d4ef-a3e0-4798-ac5e-e8839f8d3823
ArtifactChecksum:MmI2NWQwYzVmM2RmNjNmODU3YjExMDEyYTc3NTYxMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PKKJWC 0
ResourceCustomizationUUID:9544e0f2-83d6-49bb-8f9e-7bde91039e8b
ResourceInvariantUUID:bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82
ResourceName:basic_onboard_PKKJWC
ResourceType:VF
ResourceUUID:78b15c8e-57b7-418d-93da-26a2ebf866d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pkkjwc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
ArtifactUUID:a889ea9e-5717-4694-8480-8bd4412bf266
ArtifactChecksum:NjAxZTFlZTU2ZjA0ODljOWQ5N2RhZTMwZjY3MGVkNjY=
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9778ef9e-546e-44f0-bc0e-7a5b492c41e9
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd1f959a-bef9-4ff8-a353-849cf55ba0b0
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/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd1f959a-bef9-4ff8-a353-849cf55ba0b0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-25T07:01:05.550Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00e5eae1-09f0-473d-b3c4-5fd18638858b 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-08-25T07:01:05.610Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:01:05.611Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:05.612Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:05.612Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.613Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:05.613Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:05.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823 75235
2022-08-25T07:01:05.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar ASDC sendASDCNotification
2022-08-25T07:01:05.884Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:05.884Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:05.885Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:05.891Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:05.891Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410865883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:05.988Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T07:01:05.990Z||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-08-25T07:01:05.990Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:06.009Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:06.010Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:06.892Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:01:06.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:01:06.895Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to write artifact UUID: 1e95d4ef-a3e0-4798-ac5e-e8839f8d3823, URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.896Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.897Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:06.897Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:07.185Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12578882767361626625/Definitions/service-BasicOnboardPkkjwc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-25T07:01:08.987Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:01:08.988Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||####################################################################################################
2022-08-25T07:01:08.988Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.989Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PKKJWC 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|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-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|WARN|500||####################################################################################################
2022-08-25T07:01:08.990Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.991Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.992Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:08.993Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-25T07:01:08.994Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:01:08.995Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.996Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:08.997Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T07:01:08.998Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b507ccb1-bc63-4e24-877c-9b8e28ba78d2
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:08.999Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:09.000Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:09.001Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PKKJWC
Description:service
Model UUID:00e5eae1-09f0-473d-b3c4-5fd18638858b
Model Version:NULL
Model InvariantUuid:38e5b95d-4fc8-425d-9273-cc2460336a4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PKKJWC
Model UUID:4d82bb89-27ed-47ec-83ad-893bf32c4106
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbcc9c1b-0260-4e71-9b8a-a33a50d5ea82
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9544e0f2-83d6-49bb-8f9e-7bde91039e8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c63b56a4-6220-4e27-885a-96192497a4a0
ModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
ModelUuid:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b507ccb1-bc63-4e24-877c-9b8e28ba78d2
ModelInvariantUuid:7cf9f7fe-4148-49e6-badb-c77c12dcd1c0
ModelName:basic_onboard_PKKJWC-nodes.ubuntu18Cvfc
ModelUuid:ae4e21d3-ff2f-4a7e-9887-707949fdbbb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c01fe4e5-3721-4599-849e-c19d05af0f66
ModelInvariantUuid:c794890a-28b5-40b8-9aad-d0bb52b9b964
ModelName:BasicOnboardPkkjwc.compute.nodes.heat.ubuntu18
ModelUuid:faaa8048-0bf0-4f64-8753-624680791a58
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-08-25T07:01:09.016Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 78b15c8e-57b7-418d-93da-26a2ebf866d2
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-08-25T07:01:09.029Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||basic_onboard_PKKJWC 0
2022-08-25T07:01:09.029Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 78b15c8e-57b7-418d-93da-26a2ebf866d2
2022-08-25T07:01:09.030Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: a889ea9e-5717-4694-8480-8bd4412bf266 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.030Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:09.031Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.105Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json a889ea9e-5717-4694-8480-8bd4412bf266 798
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json ASDC sendASDCNotification
2022-08-25T07:01:09.106Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:09.107Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:09.107Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:09.110Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:09.111Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410869106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:09.210Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:01:09.212Z||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-08-25T07:01:09.212Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:09.238Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:09.239Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:10.112Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkkjwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c63b56a4-6220-4e27-885a-96192497a4a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8ff6776-6a54-4ebe-ba32-d7f6e45c0739",
"vfModuleModelCustomizationUUID": "b41b649f-bf2a-47b5-9bd9-4a303f1164f0",
"isBase": true,
"artifacts": [
"9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
"bd1f959a-bef9-4ff8-a353-849cf55ba0b0"
],
"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-08-25T07:01:10.124Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
VfModuleModelInvariantUUID:c63b56a4-6220-4e27-885a-96192497a4a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9778ef9e-546e-44f0-bc0e-7a5b492c41e9
,
bd1f959a-bef9-4ff8-a353-849cf55ba0b0
}
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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkkjwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c63b56a4-6220-4e27-885a-96192497a4a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8ff6776-6a54-4ebe-ba32-d7f6e45c0739",
"vfModuleModelCustomizationUUID": "b41b649f-bf2a-47b5-9bd9-4a303f1164f0",
"isBase": true,
"artifacts": [
"9778ef9e-546e-44f0-bc0e-7a5b492c41e9",
"bd1f959a-bef9-4ff8-a353-849cf55ba0b0"
],
"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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkkjwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8ff6776-6a54-4ebe-ba32-d7f6e45c0739
VfModuleModelInvariantUUID:c63b56a4-6220-4e27-885a-96192497a4a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9778ef9e-546e-44f0-bc0e-7a5b492c41e9
,
bd1f959a-bef9-4ff8-a353-849cf55ba0b0
}
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-08-25T07:01:10.128Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: 9778ef9e-546e-44f0-bc0e-7a5b492c41e9 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.129Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:10.129Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.286Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:10.286Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml 9778ef9e-546e-44f0-bc0e-7a5b492c41e9 5033
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:10.287Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:10.290Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:10.290Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410870287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:10.392Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:01:10.393Z||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-08-25T07:01:10.393Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:10.421Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:10.421Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:11.291Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Trying to download the artifact UUID: bd1f959a-bef9-4ff8-a353-849cf55ba0b0 from URL: /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.292Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:01:11.292Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.403Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env bd1f959a-bef9-4ff8-a353-849cf55ba0b0 909
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:11.404Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:01:11.405Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:11.408Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:11.408Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410871404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:11.508Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:11.509Z||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-08-25T07:01:11.509Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:11.611Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:11.612Z||pool-29-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:12.409Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Preparing to deploy Service: 00e5eae1-09f0-473d-b3c4-5fd18638858b
2022-08-25T07:01:12.409Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PKKJWC 0 78b15c8e-57b7-418d-93da-26a2ebf866d2 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-08-25T07:01:12.436Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@345d14cc, org.onap.sdc.toscaparser.api.parameters.Input@190e8d25, org.onap.sdc.toscaparser.api.parameters.Input@56a4cd65, org.onap.sdc.toscaparser.api.parameters.Input@422089a7, org.onap.sdc.toscaparser.api.parameters.Input@1e071e5b]
2022-08-25T07:01:12.438Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VF Category is: Generic
2022-08-25T07:01:12.439Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||VFCustomizationUUID= 9544e0f2-83d6-49bb-8f9e-7bde91039e8b
2022-08-25T07:01:12.440Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b matches Tosca VF Customization UUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b
2022-08-25T07:01:12.440Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||vfCustomizationUUID: 9544e0f2-83d6-49bb-8f9e-7bde91039e8b 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-08-25T07:01:12.444Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.445Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.446Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||resource request for resource customization id 9544e0f2-83d6-49bb-8f9e-7bde91039e8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:01:12.446Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4599378a
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:01:12.447Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b41b649f-bf2a-47b5-9bd9-4a303f1164f0
2022-08-25T07:01:12.448Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b41b649f-bf2a-47b5-9bd9-4a303f1164f0
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-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.454Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.455Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.456Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.456Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.457Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.457Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is not matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T07:01:12.458Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b507ccb1-bc63-4e24-877c-9b8e28ba78d2
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-08-25T07:01:12.463Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.463Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.464Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:01:12.464Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.465Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Node template basic_onboard_PKKJWC 0 is matching search criteria
2022-08-25T07:01:12.465Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found topology templates [basic_onboard_PKKJWC 0] matching following query criteria: sdcType=VF, customizationUUID=9544e0f2-83d6-49bb-8f9e-7bde91039e8b
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-08-25T07:01:12.468Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500|| resourceSeq for service uuid 00e5eae1-09f0-473d-b3c4-5fd18638858b: basic_onboard_PKKJWC
2022-08-25T07:01:12.469Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.470Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.471Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.471Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.472Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:01:12.473Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Service basic_onboard_PKKJWC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:01:12.473Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||Saving Service: basic_onboard_PKKJWC
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-08-25T07:01:12.619Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PKKJWC 78b15c8e-57b7-418d-93da-26a2ebf866d2 1 ASDC deployResourceStructure
2022-08-25T07:01:12.620Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json ASDC sendASDCNotification
2022-08-25T07:01:12.621Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json
2022-08-25T07:01:12.621Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:12.622Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:12.627Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:12.627Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410872620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:12.726Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:01:12.727Z||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-08-25T07:01:12.728Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:12.790Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:12.792Z||pool-30-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:13.629Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T07:01:13.629Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml
2022-08-25T07:01:13.630Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:13.631Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:13.634Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:13.634Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410873629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:13.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:13.736Z||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-08-25T07:01:13.736Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:13.776Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:13.777Z||pool-31-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:01:14.635Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T07:01:14.636Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env
2022-08-25T07:01:14.636Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:14.637Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:14.639Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:14.639Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410874635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:14.739Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:14.740Z||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-08-25T07:01:14.740Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:14.766Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:14.767Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:15.640Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar ASDC sendASDCNotification
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T07:01:15.641Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:15.646Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:15.646Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410875640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:15.746Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:15.749Z||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-08-25T07:01:15.749Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:15.767Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:15.769Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:01:16.647Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948
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-08-25T07:01:16.668Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948
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-08-25T07:01:16.677Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-25T07:01:16.678Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-25T07:01:16.686Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T07:01:31.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:01:31.071Z||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-08-25T07:01:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:31.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:31.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c6dcdb3-3db7-429d-a5f0-b47537a68482",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410852682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T07:01:31.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:01:31.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410853750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410865883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410869106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410870287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410871404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:01:31.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410872620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/basic_onboard_pkkjwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410873629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:31.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410874635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/resourceInstances/basic_onboard_pkkjwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410875640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkkjwc/1.0/artifacts/service-BasicOnboardPkkjwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T07:01:31.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:01:46.687Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ad229048-c2af-45ba-9923-2a82ab920948 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-08-25T07:01:46.702Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad229048-c2af-45ba-9923-2a82ab920948 and serviceModelVersionId: 00e5eae1-09f0-473d-b3c4-5fd18638858b
2022-08-25T07:01:46.702Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38e5b95d-4fc8-425d-9273-cc2460336a4d
2022-08-25T07:01:46.704Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0
2022-08-25T07:01:46.713Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8564c711-820e-48df-8894-d60b5cb775dd/model-vers/model-ver/18bc3e04-4669-44dc-afed-ff765c767963?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-25T07:01:46.790Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:46.791Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[517a6259-29d4-4656-84d6-4c0bdeeb876a], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:48.333Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:48.334Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0d447bc-f361-44d7-858e-cb81b3ea3d27], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:49.904Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Invoke
2022-08-25T07:01:49.906Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a49855cf-03c3-4187-bc31-091c11d9c6ac], X-ECOMP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], X-TransactionId=[], X-ONAP-RequestID=[ad229048-c2af-45ba-9923-2a82ab920948], Content-Type=[application/merge-patch+json]}
2022-08-25T07:01:50.936Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.937Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-08-25T07:01:50.940Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.940Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-08-25T07:01:50.951Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|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-08-25T07:01:50.952Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad229048-c2af-45ba-9923-2a82ab920948 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-25T07:01:50.952Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-25T07:01:50.953Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:01:50.956Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:01:50.957Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410910952,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:01:51.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:01:51.061Z||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-08-25T07:01:51.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:01:51.138Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:01:51.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T07:01:52.108Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:01:52.109Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:01:52.110Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:01.709Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:02:01.710Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:01.712Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:02:01.713Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:11.429Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:02:11.430Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:11.431Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:02:11.431Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:21.108Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:02:21.109Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:21.111Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:02:21.112Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:30.737Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:02:31.064Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:02:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:02:31.072Z||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-08-25T07:02:31.072Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:02:31.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:02:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:02:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad229048-c2af-45ba-9923-2a82ab920948",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661410910952,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-25T07:02:31.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:02:40.751Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:31.064Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:03:31.065Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T07:03:31.066Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T07:03:31.072Z||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-08-25T07:03:31.073Z||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 ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:31.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||received message from topic
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.857Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b430184d-6222-4c04-9bd3-aeab45f03139","serviceName":"vFW 2022-08-25 07-01-21","serviceVersion":"1.0","serviceUUID":"ec0039f9-9fa0-48b1-825b-cf10d6e48409","serviceDescription":"catalog service description","serviceInvariantUUID":"2857ea5f-183d-4dc7-93ae-585c31c870da","resources":[{"resourceInstanceName":"vFW 96c2ea15-6273 0","resourceName":"vFW 96c2ea15-6273","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04cf5bd3-e47d-4ced-9e9e-63faf5d92bef","resourceInvariantUUID":"8db62ded-703a-4d6a-b13f-e539f26827e2","resourceCustomizationUUID":"77c1e926-ac0a-47e3-b6b4-2426a52d517d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml","artifactChecksum":"Yjk0NDdhY2ZlNzQzM2Y1YzVkOTZlMjlhZWFlNmQwMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c947f6c-7f7e-4ee4-ae37-53f881629836","artifactVersion":"1"},{"artifactName":"vfw96c2ea1562730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json","artifactChecksum":"MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54c54bb6-4e99-48ca-8c16-c45606971863","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c5d25239-d3b3-461b-b49e-22dd6b605490","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml","artifactChecksum":"OWMxZTk3ZTVmYjVlNmYzYTgyN2MwZGQ2MGVmNmExYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c165c84-dda0-49e5-a083-dadd9f9f1c9a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bef398c-6087-425a-9df5-89dbd0bd0abf","artifactVersion":"2","generatedFromUUID":"c5d25239-d3b3-461b-b49e-22dd6b605490"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825070121-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml","artifactChecksum":"ZjYxODUxM2QwMTliN2ZmMDIxNTE4NDNmZGFjZThhOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61ca2be0-d706-449f-89c5-4c8d655ee262","artifactVersion":"1"},{"artifactName":"service-Vfw20220825070121-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar","artifactChecksum":"NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65de99f5-508b-4e06-814c-2e726f0765f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T07:03:31.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.864Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.865Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "ves-openapi-manager",
"timestamp": 1661410953987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410955632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410951717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410959709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410956927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410968492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410968545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.871Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410968110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.872Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410969676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410969497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "cds",
"timestamp": 1661410969117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-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-08-25T07:03:31.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410970919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:31.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "policy-id",
"timestamp": 1661410970500,
"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-08-25T07:03:31.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.922Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410972020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410965755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410971828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410973076,
"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-08-25T07:03:31.949Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.950Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:31.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410973762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:31.977Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T07:03:31.978Z||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-08-25T07:03:31.978Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:31.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661410972832,
"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-08-25T07:03:31.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:31.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661410974084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOTIFIED"
}
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.003Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:32.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:32.004Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410975919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-25T07:03:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410983872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "aai-ml",
"timestamp": 1661410984884,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-08-25T07:03:32.013Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:32.013Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410995724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410997747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-25T07:03:32.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "clamp",
"timestamp": 1661410998754,
"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-08-25T07:03:32.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b430184d-6222-4c04-9bd3-aeab45f03139
2022-08-25T07:03:32.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430184d-6222-4c04-9bd3-aeab45f03139 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-08-25T07:03:32.873Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:32.874Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:32.876Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:32.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "NOTIFIED"
}
2022-08-25T07:03:32.979Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T07:03:32.980Z||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-08-25T07:03:32.980Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:33.011Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:33.012Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:33.877Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:33.879Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:33.881Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:33.882Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T07:03:33.982Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:33.983Z||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-08-25T07:03:33.983Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:34.007Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:34.008Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:34.883Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:34.885Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:34.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:34.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:34.988Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:34.989Z||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-08-25T07:03:34.989Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:35.008Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:35.009Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:35.888Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:35.889Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:35.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:35.894Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T07:03:35.994Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:35.995Z||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-08-25T07:03:35.996Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:36.016Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:36.017Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:36.895Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:36.898Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:36.903Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:36.903Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T07:03:37.002Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:37.004Z||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-08-25T07:03:37.004Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:37.045Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:37.047Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":7,"count":1}
2022-08-25T07:03:37.904Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T07:03:37.905Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:37.909Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:37.909Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411011064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T07:03:38.009Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:38.011Z||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-08-25T07:03:38.011Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:38.065Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:38.065Z||pool-41-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"serviceName": "vFW 2022-08-25 07-01-21",
"serviceVersion": "1.0",
"serviceUUID": "ec0039f9-9fa0-48b1-825b-cf10d6e48409",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2857ea5f-183d-4dc7-93ae-585c31c870da",
"resources": [
{
"resourceInstanceName": "vFW 96c2ea15-6273 0",
"resourceCustomizationUUID": "77c1e926-ac0a-47e3-b6b4-2426a52d517d",
"resourceName": "vFW 96c2ea15-6273",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "04cf5bd3-e47d-4ced-9e9e-63faf5d92bef",
"resourceInvariantUUID": "8db62ded-703a-4d6a-b13f-e539f26827e2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw96c2ea1562730_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"artifactChecksum": "MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54c54bb6-4e99-48ca-8c16-c45606971863",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c5d25239-d3b3-461b-b49e-22dd6b605490",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4bef398c-6087-425a-9df5-89dbd0bd0abf",
"generatedFromUUID": "c5d25239-d3b3-461b-b49e-22dd6b605490"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4bef398c-6087-425a-9df5-89dbd0bd0abf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220825070121-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"artifactChecksum": "NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65de99f5-508b-4e06-814c-2e726f0765f1"
}
],
"workloadContext": "Production"
}
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T07:03:38.912Z|ad229048-c2af-45ba-9923-2a82ab920948|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec0039f9-9fa0-48b1-825b-cf10d6e48409 ASDC
2022-08-25T07:03:38.913Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b430184d-6222-4c04-9bd3-aeab45f03139
ServiceName:vFW 2022-08-25 07-01-21
ServiceVersion:1.0
ServiceUUID:ec0039f9-9fa0-48b1-825b-cf10d6e48409
ServiceInvariantUUID:2857ea5f-183d-4dc7-93ae-585c31c870da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825070121-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
ArtifactUUID:65de99f5-508b-4e06-814c-2e726f0765f1
ArtifactChecksum:NTFiZmUzNWI2NDU5Yzg1NjJjZDQ0MTFlN2NjYjdhMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 96c2ea15-6273 0
ResourceCustomizationUUID:77c1e926-ac0a-47e3-b6b4-2426a52d517d
ResourceInvariantUUID:8db62ded-703a-4d6a-b13f-e539f26827e2
ResourceName:vFW 96c2ea15-6273
ResourceType:VF
ResourceUUID:04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw96c2ea1562730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
ArtifactUUID:54c54bb6-4e99-48ca-8c16-c45606971863
ArtifactChecksum:MjEyYzU4ZTdlOTU0NWJiNTQ5ZmQxZmI1MmI2MzcyMDM=
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
ArtifactUUID:c5d25239-d3b3-461b-b49e-22dd6b605490
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
ArtifactUUID:4bef398c-6087-425a-9df5-89dbd0bd0abf
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/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
ArtifactUUID:4bef398c-6087-425a-9df5-89dbd0bd0abf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-25T07:03:38.913Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec0039f9-9fa0-48b1-825b-cf10d6e48409 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-08-25T07:03:39.002Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:39.003Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 65de99f5-508b-4e06-814c-2e726f0765f1 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:39.004Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.119Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar 65de99f5-508b-4e06-814c-2e726f0765f1 100639
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar ASDC sendASDCNotification
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:39.126Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:39.127Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:39.131Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:39.131Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411019126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:39.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T07:03:39.231Z||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-08-25T07:03:39.232Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:39.258Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:39.259Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:40.132Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T07:03:40.133Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||MSO config path is: /app
2022-08-25T07:03:40.134Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to write artifact UUID: 65de99f5-508b-4e06-814c-2e726f0765f1, URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/artifacts/service-Vfw20220825070121-csar.csar to file: /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.134Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.135Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.136Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:40.457Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4613286126770444808/Definitions/service-Vfw20220825070121-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-25T07:03:44.148Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.149Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 96c2ea15-6273 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|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-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.150Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825070121-csar.csar
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|WARN|500||####################################################################################################
2022-08-25T07:03:44.151Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.152Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.153Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Search for entities recursively
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T07:03:44.154Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.155Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.156Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.157Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.158Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T07:03:44.159Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.160Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.161Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:44.162Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:03:44.163Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.164Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.165Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe16234a-e140-4787-a7df-1f8b535167c0
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.166Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.167Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T07:03:44.168Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.169Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adbc5520-b83a-401a-8dca-b098a3e4cde3
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:44.170Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.171Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:44.172Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3fa55677-9926-4122-a0a5-5e07042bcee5
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.173Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.174Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:44.175Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-25 07-01-21
Description:catalog service description
Model UUID:ec0039f9-9fa0-48b1-825b-cf10d6e48409
Model Version:NULL
Model InvariantUuid:2857ea5f-183d-4dc7-93ae-585c31c870da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 96c2ea15-6273
Model UUID:95280277-aa9e-4d77-9e61-139d6cc499d5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8db62ded-703a-4d6a-b13f-e539f26827e2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:77c1e926-ac0a-47e3-b6b4-2426a52d517d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:75a672b9-1c75-4176-b943-a1404b4c5271
ModelName:Vfw96c2ea156273..base_vfw..module-0
ModelUuid:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fe16234a-e140-4787-a7df-1f8b535167c0
ModelInvariantUuid:6463f654-b0aa-4fad-8fdc-fefb9926834f
ModelName:vFW 96c2ea15-6273-nodes.vfwCvfc
ModelUuid:d6501d63-16cd-49c1-a312-384c2b0bf6af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e8e5a2d1-2dd3-462b-9e52-ae9490348c1e
ModelInvariantUuid:80feb94b-abc3-4261-ac8c-0e99c616a36d
ModelName:Vfw96c2ea156273.compute.nodes.heat.vfw
ModelUuid:10a90591-3739-41ec-a20b-63d91242e992
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:adbc5520-b83a-401a-8dca-b098a3e4cde3
ModelInvariantUuid:319f1b62-4c04-4f32-a3a2-ac68278b6466
ModelName:vFW 96c2ea15-6273-nodes.vsnCvfc
ModelUuid:101ebaf3-bd56-4192-b4a1-f5e80c3579e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:946ea1fc-df33-4e96-be4e-289a336932a7
ModelInvariantUuid:9fd96999-61f6-4d6d-8adf-fa771a9ad6f1
ModelName:Vfw96c2ea156273.compute.nodes.heat.vsn
ModelUuid:762a58d0-6bed-42c7-b33b-490f92d5c081
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3fa55677-9926-4122-a0a5-5e07042bcee5
ModelInvariantUuid:b28197c3-2489-4ac7-bbd0-666b0e1e8e4f
ModelName:vFW 96c2ea15-6273-nodes.vpgCvfc
ModelUuid:1f33a424-fda7-4733-a0f8-89e58f796cfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:70b1f4e2-0e00-4802-9594-51a53db10a1d
ModelInvariantUuid:7d417aff-909a-42a8-b48e-d6159d1a5973
ModelName:Vfw96c2ea156273.compute.nodes.heat.vpg
ModelUuid:b9d06427-b846-4ef7-88b5-155fa1e3cff8
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-08-25T07:03:44.188Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
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-08-25T07:03:44.192Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||vFW 96c2ea15-6273 0
2022-08-25T07:03:44.193Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef
2022-08-25T07:03:44.193Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 54c54bb6-4e99-48ca-8c16-c45606971863 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.194Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:44.194Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.281Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:44.282Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json 54c54bb6-4e99-48ca-8c16-c45606971863 785
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json ASDC sendASDCNotification
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:44.283Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:44.286Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:44.287Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411024283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/vfw96c2ea1562730_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:44.387Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:44.388Z||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-08-25T07:03:44.388Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:44.425Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:44.426Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:45.291Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw96c2ea156273..base_vfw..module-0",
"vfModuleModelInvariantUUID": "75a672b9-1c75-4176-b943-a1404b4c5271",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fbc187c-2622-42c9-ac1b-0e7bc6670d76",
"vfModuleModelCustomizationUUID": "6b78c728-7faf-419a-8292-33ab2cccbacf",
"isBase": true,
"artifacts": [
"c5d25239-d3b3-461b-b49e-22dd6b605490",
"4bef398c-6087-425a-9df5-89dbd0bd0abf"
],
"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-08-25T07:03:45.302Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96c2ea156273..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
VfModuleModelInvariantUUID:75a672b9-1c75-4176-b943-a1404b4c5271
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5d25239-d3b3-461b-b49e-22dd6b605490
,
4bef398c-6087-425a-9df5-89dbd0bd0abf
}
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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw96c2ea156273..base_vfw..module-0",
"vfModuleModelInvariantUUID": "75a672b9-1c75-4176-b943-a1404b4c5271",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fbc187c-2622-42c9-ac1b-0e7bc6670d76",
"vfModuleModelCustomizationUUID": "6b78c728-7faf-419a-8292-33ab2cccbacf",
"isBase": true,
"artifacts": [
"c5d25239-d3b3-461b-b49e-22dd6b605490",
"4bef398c-6087-425a-9df5-89dbd0bd0abf"
],
"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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96c2ea156273..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fbc187c-2622-42c9-ac1b-0e7bc6670d76
VfModuleModelInvariantUUID:75a672b9-1c75-4176-b943-a1404b4c5271
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5d25239-d3b3-461b-b49e-22dd6b605490
,
4bef398c-6087-425a-9df5-89dbd0bd0abf
}
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-08-25T07:03:45.306Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: c5d25239-d3b3-461b-b49e-22dd6b605490 from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.307Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:45.307Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.407Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml c5d25239-d3b3-461b-b49e-22dd6b605490 20368
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T07:03:45.409Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml
2022-08-25T07:03:45.410Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:45.410Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:45.413Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:45.413Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411025409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:45.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:45.515Z||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-08-25T07:03:45.516Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:45.547Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:45.548Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:46.416Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||Trying to download the artifact UUID: 4bef398c-6087-425a-9df5-89dbd0bd0abf from URL: /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.416Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - download
2022-08-25T07:03:46.417Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.501Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||GET Response Status 200
2022-08-25T07:03:46.502Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env 4bef398c-6087-425a-9df5-89dbd0bd0abf 2098
2022-08-25T07:03:46.503Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T07:03:46.503Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env
2022-08-25T07:03:46.504Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T07:03:46.504Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-25T07:03:46.507Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T07:03:46.507Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||try to send status {
"distributionID": "b430184d-6222-4c04-9bd3-aeab45f03139",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661411026503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825070121/1.0/resourceInstances/vfw96c2ea1562730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T07:03:46.608Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T07:03:46.610Z||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-08-25T07:03:46.610Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ys4ypk70ikJNDlKU) ...
2022-08-25T07:03:46.640Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T07:03:46.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-25T07:03:47.508Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Preparing to deploy Service: ec0039f9-9fa0-48b1-825b-cf10d6e48409
2022-08-25T07:03:47.509Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 96c2ea15-6273 0 04cf5bd3-e47d-4ced-9e9e-63faf5d92bef 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-08-25T07:03:47.537Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cef79f4, org.onap.sdc.toscaparser.api.parameters.Input@563506d8, org.onap.sdc.toscaparser.api.parameters.Input@668aa22b, org.onap.sdc.toscaparser.api.parameters.Input@6c6bff43, org.onap.sdc.toscaparser.api.parameters.Input@4bec1be3]
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VF Category is: Generic
2022-08-25T07:03:47.541Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||VFCustomizationUUID= 77c1e926-ac0a-47e3-b6b4-2426a52d517d
2022-08-25T07:03:47.542Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d matches Tosca VF Customization UUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d
2022-08-25T07:03:47.542Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||vfCustomizationUUID: 77c1e926-ac0a-47e3-b6b4-2426a52d517d 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-08-25T07:03:47.546Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.546Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T07:03:47.547Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||resource request for resource customization id 77c1e926-ac0a-47e3-b6b4-2426a52d517d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-25T07:03:47.548Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@351bc680
2022-08-25T07:03:47.549Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.549Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Service vFW 2022-08-25 07-01-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T07:03:47.550Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b78c728-7faf-419a-8292-33ab2cccbacf
2022-08-25T07:03:47.552Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b78c728-7faf-419a-8292-33ab2cccbacf
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-08-25T07:03:47.557Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.558Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is matching search criteria
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [vFW 96c2ea15-6273 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T07:03:47.559Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vFW 96c2ea15-6273 0 is not matching search criteria
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T07:03:47.560Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T07:03:47.561Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.562Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T07:03:47.563Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe16234a-e140-4787-a7df-1f8b535167c0
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-08-25T07:03:47.568Z|b430184d-6222-4c04-9bd3-aeab45f03139|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38e5b95d-4fc8-425d-9273-cc2460336a4d/model-vers/model-ver/00e5eae1-09f0-473d-b3c4-5fd18638858b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery