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-06-02T15:40:21.868Z||main|||||INFO|500||The following profiles are active: basic
2022-06-02T15:40:37.101Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-02T15:40:37.101Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-02T15:40:37.247Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-02T15:40:42.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-02T15:40:42.470Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-02T15:40:43.041Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-02T15:40:43.049Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-02T15:40:43.189Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-02T15:40:43.485Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-02T15:40:44.290Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-02T15:40:46.842Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T15:40:49.692Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T15:40:49.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-02T15:40:50.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T15:40:50.729Z||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-06-02T15:40:52.371Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T15:40:53.872Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-02T15:40:53.905Z||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$$36dd570f.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-06-02T15:40:53.908Z||main|||||WARN|500||The sdc end point is not alive
2022-06-02T15:40:58.293Z||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-06-02T15:41:01.799Z||main|||||WARN|500||---
2022-06-02T15:41:01.799Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-02T15:41:01.800Z||main|||||WARN|500||---
2022-06-02T15:41:02.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-02T15:41:08.441Z||main|||||INFO|500||Started Application in 50.482 seconds (JVM running for 52.91)
2022-06-02T15:41:08.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-02T15:41:08.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-02T15:41:08.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-02T15:41:08.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-02T15:41:08.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8be7bbca-879c-4dd4-813c-bf9f69fed342 url= /sdc/v1/artifactTypes
2022-06-02T15:41:08.557Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-02T15:41:08.877Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-02T15:41:08.913Z||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-06-02T15:41:08.937Z||scheduling-1|||||DEBUG|500||create keys
2022-06-02T15:41:08.944Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-02T15:41:08.996Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:41:09.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 396e048f-b8e7-4ccd-aee0-55d86fe3455e url= /sdc/v1/registerForDistribution
2022-06-02T15:41:09.179Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 396e048f-b8e7-4ccd-aee0-55d86fe3455e url= /sdc/v1/registerForDistribution
2022-06-02T15:41:09.179Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-02T15:41:09.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:41:09.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:41:09.199Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-02T15:41:09.207Z||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-06-02T15:41:09.208Z||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-06-02T15:41:09.208Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:41:09.208Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:41:19.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:41:19.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:42:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:42:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:42:09.191Z||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-06-02T15:42:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:42:09.191Z||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-06-02T15:42:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:42:19.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:42:19.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:43:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:43:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:43:09.190Z||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-06-02T15:43:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:43:09.190Z||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-06-02T15:43:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:43:18.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:43:18.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:44:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:44:09.189Z||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-06-02T15:44:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:44:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:44:09.190Z||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-06-02T15:44:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:44:18.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:44:18.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:45:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:45:09.189Z||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-06-02T15:45:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:45:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:45:09.190Z||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-06-02T15:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:45:18.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:45:18.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:46:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:46:09.189Z||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-06-02T15:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:46:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:46:09.190Z||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-06-02T15:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:46:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:46:18.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:47:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:47:09.189Z||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-06-02T15:47:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:47:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:47:09.190Z||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-06-02T15:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:47:18.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:47:18.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:48:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:48:09.189Z||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-06-02T15:48:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:48:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:48:09.190Z||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-06-02T15:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:48:18.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:48:18.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:49:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:49:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:49:09.191Z||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-06-02T15:49:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:49:09.191Z||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-06-02T15:49:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:49:18.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:49:18.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:50:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:50:09.189Z||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-06-02T15:50:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:50:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:50:09.190Z||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-06-02T15:50:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:50:18.767Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:50:18.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:51:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:51:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:51:09.189Z||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-06-02T15:51:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:51:09.190Z||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-06-02T15:51:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:51:11.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-02T15:51:18.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:51:18.774Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:52:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:52:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:52:09.190Z||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-06-02T15:52:09.190Z||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-06-02T15:52:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:52:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:52:18.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:52:18.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:53:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:53:09.189Z||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-06-02T15:53:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:53:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:53:09.190Z||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-06-02T15:53:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:53:18.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:53:18.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:54:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:54:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:54:09.189Z||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-06-02T15:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:54:09.190Z||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-06-02T15:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:54:18.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:54:18.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:55:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:55:09.189Z||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-06-02T15:55:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:55:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:55:09.189Z||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-06-02T15:55:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:55:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:55:18.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:56:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:56:09.189Z||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-06-02T15:56:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:56:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:56:09.190Z||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-06-02T15:56:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:56:18.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:56:18.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:57:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:57:09.189Z||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-06-02T15:57:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:57:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:57:09.190Z||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-06-02T15:57:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:57:18.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:57:18.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:58:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:58:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:58:09.190Z||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-06-02T15:58:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:58:09.189Z||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-06-02T15:58:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:58:18.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:58:18.786Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:59:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:59:09.189Z||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-06-02T15:59:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:59:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:59:09.190Z||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-06-02T15:59:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:59:18.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T15:59:18.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:00:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:00:09.189Z||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-06-02T16:00:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:00:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:00:09.190Z||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-06-02T16:00:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:00:18.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:00:18.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:01:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:01:09.188Z||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-06-02T16:01:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:01:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:01:09.190Z||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-06-02T16:01:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:01:18.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:01:18.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:02:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:02:09.189Z||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-06-02T16:02:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:02:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:02:09.190Z||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-06-02T16:02:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:02:18.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:02:18.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:03:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:03:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:03:09.191Z||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-06-02T16:03:09.191Z||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-06-02T16:03:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:03:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:03:18.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:03:18.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:04:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:04:09.189Z||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-06-02T16:04:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:04:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:04:09.190Z||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-06-02T16:04:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:04:18.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:04:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:05:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:05:09.189Z||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-06-02T16:05:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:05:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:05:09.190Z||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-06-02T16:05:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:05:18.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:05:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:06:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:06:09.189Z||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-06-02T16:06:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:06:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:06:09.190Z||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-06-02T16:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:06:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:06:18.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:07:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:07:09.189Z||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-06-02T16:07:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:07:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:07:09.190Z||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-06-02T16:07:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:07:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:07:18.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:08:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:08:09.189Z||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-06-02T16:08:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:08:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:08:09.190Z||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-06-02T16:08:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:08:18.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:08:18.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:09:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:09:09.188Z||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-06-02T16:09:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:09:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:09:09.189Z||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-06-02T16:09:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:09:18.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:09:18.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:10:09.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:10:09.188Z||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-06-02T16:10:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:10:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:10:09.190Z||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-06-02T16:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:10:18.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:10:18.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:11:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:11:09.189Z||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-06-02T16:11:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:11:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:11:09.190Z||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-06-02T16:11:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:11:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:11:18.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:12:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:12:09.189Z||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-06-02T16:12:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:12:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:12:09.190Z||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-06-02T16:12:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:12:18.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:12:18.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:13:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:13:09.189Z||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-06-02T16:13:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:13:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:13:09.190Z||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-06-02T16:13:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:13:18.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:13:18.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:14:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:14:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:14:09.190Z||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-06-02T16:14:09.190Z||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-06-02T16:14:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:14:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:14:18.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:14:18.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:15:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:15:09.189Z||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-06-02T16:15:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:15:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:15:09.190Z||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-06-02T16:15:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:15:18.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:15:18.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:16:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:16:09.188Z||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-06-02T16:16:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:16:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:16:09.189Z||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-06-02T16:16:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:16:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:16:18.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:17:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:17:09.189Z||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-06-02T16:17:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:17:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:17:09.189Z||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-06-02T16:17:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:17:18.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:17:18.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:18:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:18:09.188Z||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-06-02T16:18:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:18:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:18:09.190Z||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-06-02T16:18:09.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T16:18:18.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:18:18.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:19:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:19:09.189Z||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-06-02T16:19:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:19:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:19:09.190Z||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-06-02T16:19:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:19:18.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:19:18.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:20:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:20:09.189Z||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-06-02T16:20:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:20:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:20:09.191Z||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-06-02T16:20:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:20:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:20:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:21:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:21:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:21:09.189Z||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-06-02T16:21:09.190Z||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-06-02T16:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:21:18.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:21:18.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:22:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:22:09.189Z||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-06-02T16:22:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:22:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:22:09.190Z||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-06-02T16:22:09.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T16:22:18.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:22:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:23:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:23:09.189Z||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-06-02T16:23:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:23:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:23:09.190Z||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-06-02T16:23:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:23:18.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:23:18.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:24:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:24:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:24:09.190Z||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-06-02T16:24:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:24:09.190Z||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-06-02T16:24:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:24:18.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:24:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:25:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:25:09.189Z||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-06-02T16:25:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:25:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:25:09.191Z||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-06-02T16:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:25:18.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:25:18.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:26:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:26:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:26:09.191Z||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-06-02T16:26:09.191Z||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-06-02T16:26:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:26:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:26:18.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:26:18.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:27:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:27:09.189Z||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-06-02T16:27:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:27:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:27:09.190Z||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-06-02T16:27:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:27:18.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:27:18.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:28:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:28:09.189Z||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-06-02T16:28:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:28:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:28:09.191Z||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-06-02T16:28:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:28:18.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:28:18.789Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:29:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:29:09.188Z||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-06-02T16:29:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:29:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:29:09.190Z||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-06-02T16:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:29:18.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:29:18.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:30:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:30:09.189Z||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-06-02T16:30:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:30:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:30:09.190Z||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-06-02T16:30:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:30:18.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:30:18.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:31:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:31:09.189Z||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-06-02T16:31:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:31:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:31:09.190Z||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-06-02T16:31:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:31:18.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:31:18.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:32:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:32:09.189Z||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-06-02T16:32:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:32:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:32:09.189Z||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-06-02T16:32:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:32:18.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:32:18.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:33:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:33:09.189Z||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-06-02T16:33:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:33:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:33:09.190Z||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-06-02T16:33:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:33:18.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:33:18.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:34:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:34:09.189Z||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-06-02T16:34:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:34:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:34:09.190Z||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-06-02T16:34:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:34:18.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:34:18.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:35:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:35:09.189Z||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-06-02T16:35:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:35:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:35:09.190Z||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-06-02T16:35:09.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T16:35:18.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:35:18.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:36:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:36:09.189Z||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-06-02T16:36:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:36:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:36:09.190Z||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-06-02T16:36:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:36:18.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:36:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:37:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:37:09.189Z||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-06-02T16:37:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:37:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:37:09.190Z||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-06-02T16:37:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:37:18.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:37:18.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:38:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:38:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:38:09.192Z||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-06-02T16:38:09.192Z||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-06-02T16:38:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:38:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:38:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:38:18.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:39:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:39:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:39:09.191Z||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-06-02T16:39:09.191Z||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-06-02T16:39:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:39:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:39:18.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:39:18.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:40:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:40:09.189Z||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-06-02T16:40:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:40:09.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:40:09.191Z||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-06-02T16:40:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:40:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:40:18.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:41:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:41:09.189Z||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-06-02T16:41:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:41:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:41:09.190Z||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-06-02T16:41:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:41:18.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:41:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:42:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:42:09.189Z||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-06-02T16:42:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:42:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:42:09.190Z||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-06-02T16:42:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:42:18.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:42:18.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:43:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:43:09.188Z||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-06-02T16:43:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:43:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:43:09.190Z||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-06-02T16:43:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:43:18.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:43:18.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:44:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:44:09.189Z||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-06-02T16:44:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:44:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:44:09.190Z||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-06-02T16:44:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:44:18.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:44:18.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:45:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:45:09.189Z||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-06-02T16:45:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:45:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:45:09.190Z||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-06-02T16:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:45:18.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:45:18.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:46:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:46:09.188Z||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-06-02T16:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:46:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:46:09.190Z||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-06-02T16:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:46:18.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:46:18.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:47:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:47:09.188Z||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-06-02T16:47:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:47:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:47:09.189Z||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-06-02T16:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:47:18.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:47:18.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:48:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:48:09.188Z||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-06-02T16:48:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:48:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:48:09.190Z||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-06-02T16:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:48:18.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:48:18.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:49:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:49:09.189Z||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-06-02T16:49:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:49:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:49:09.190Z||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-06-02T16:49:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:49:18.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:49:18.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:50:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:50:09.189Z||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-06-02T16:50:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:50:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:50:09.190Z||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-06-02T16:50:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:50:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:50:18.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:51:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:51:09.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:51:09.190Z||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-06-02T16:51:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:51:09.191Z||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-06-02T16:51:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:51:18.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:51:18.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:52:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:52:09.189Z||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-06-02T16:52:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:52:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:52:09.190Z||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-06-02T16:52:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:52:18.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:52:18.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:53:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:53:09.189Z||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-06-02T16:53:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:53:09.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:53:09.191Z||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-06-02T16:53:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:53:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:53:18.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:54:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:54:09.189Z||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-06-02T16:54:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:54:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:54:09.190Z||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-06-02T16:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:54:18.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:54:18.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:55:09.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:55:09.189Z||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-06-02T16:55:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:55:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:55:09.190Z||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-06-02T16:55:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:55:18.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:55:18.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:56:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:56:09.188Z||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-06-02T16:56:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:56:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:56:09.191Z||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-06-02T16:56:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:56:18.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:56:18.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:57:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:57:09.189Z||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-06-02T16:57:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:57:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:57:09.190Z||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-06-02T16:57:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:57:18.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:57:18.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:58:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:58:09.188Z||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-06-02T16:58:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:58:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:58:09.190Z||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-06-02T16:58:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:58:18.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:58:18.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:59:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:59:09.189Z||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-06-02T16:59:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:59:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:59:09.190Z||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-06-02T16:59:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:59:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T16:59:18.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:00:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:00:09.188Z||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-06-02T17:00:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:00:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:00:09.190Z||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-06-02T17:00:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:00:18.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:00:18.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:01:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:01:09.188Z||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-06-02T17:01:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:01:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:01:09.189Z||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-06-02T17:01:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:01:18.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:01:18.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:02:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:02:09.189Z||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-06-02T17:02:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:02:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:02:09.190Z||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-06-02T17:02:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:02:18.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:02:18.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:03:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:03:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:03:09.192Z||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-06-02T17:03:09.192Z||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-06-02T17:03:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:03:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:03:18.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:03:18.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:04:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:04:09.189Z||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-06-02T17:04:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:04:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:04:09.190Z||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-06-02T17:04:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:04:18.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:04:18.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:05:09.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:05:09.189Z||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-06-02T17:05:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:05:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:05:09.190Z||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-06-02T17:05:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:05:18.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:05:18.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:06:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:06:09.188Z||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-06-02T17:06:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:06:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:06:09.190Z||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-06-02T17:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:06:18.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:06:18.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:07:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:07:09.188Z||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-06-02T17:07:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:07:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:07:09.190Z||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-06-02T17:07:09.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:07:18.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:07:18.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:08:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:08:09.188Z||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-06-02T17:08:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:08:09.190Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:08:09.192Z||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-06-02T17:08:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:08:18.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:08:18.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:09:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:09:09.188Z||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-06-02T17:09:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:09:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:09:09.190Z||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-06-02T17:09:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:09:18.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:09:18.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:10:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:10:09.188Z||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-06-02T17:10:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:10:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:10:09.189Z||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-06-02T17:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:10:18.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:10:18.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:11:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:11:09.188Z||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-06-02T17:11:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:11:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:11:09.190Z||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-06-02T17:11:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:11:18.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:11:18.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:12:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:12:09.189Z||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-06-02T17:12:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:12:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:12:09.190Z||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-06-02T17:12:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:12:18.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:12:18.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:13:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:13:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:13:09.190Z||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-06-02T17:13:09.190Z||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-06-02T17:13:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:13:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:13:18.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:13:18.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:14:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:14:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:14:09.190Z||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-06-02T17:14:09.190Z||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-06-02T17:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:14:18.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:14:18.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:15:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:15:09.189Z||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-06-02T17:15:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:15:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:15:09.190Z||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-06-02T17:15:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:15:18.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:15:18.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:16:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:16:09.189Z||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-06-02T17:16:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:16:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:16:09.190Z||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-06-02T17:16:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:16:18.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:16:18.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:17:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:17:09.188Z||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-06-02T17:17:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:17:09.190Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:17:09.191Z||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-06-02T17:17:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:17:18.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:17:18.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:18:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:18:09.188Z||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-06-02T17:18:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:18:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:18:09.190Z||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-06-02T17:18:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:18:18.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:18:18.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:19:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:19:09.189Z||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-06-02T17:19:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:19:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:19:09.190Z||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-06-02T17:19:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:19:18.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:19:18.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:20:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:20:09.188Z||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-06-02T17:20:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:20:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:20:09.190Z||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-06-02T17:20:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:20:18.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:20:18.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:21:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:21:09.188Z||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-06-02T17:21:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:21:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:21:09.190Z||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-06-02T17:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:21:18.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:21:18.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:22:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:22:09.188Z||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-06-02T17:22:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:22:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:22:09.190Z||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-06-02T17:22:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:22:18.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:22:18.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:23:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:23:09.188Z||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-06-02T17:23:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:23:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:23:09.190Z||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-06-02T17:23:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:23:18.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:23:18.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:24:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:24:09.189Z||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-06-02T17:24:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:24:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:24:09.190Z||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-06-02T17:24:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:24:18.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:24:18.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:25:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:25:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:25:09.191Z||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-06-02T17:25:09.191Z||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-06-02T17:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:25:18.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:25:18.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:26:09.189Z||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-06-02T17:26:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:26:09.190Z||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-06-02T17:26:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:18.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:18.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T17:26:18.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfa37339-1edb-4e78-b8e5-c732cca1a4d3","serviceName":"vFW 2022-06-02 17-23-35","serviceVersion":"1.0","serviceUUID":"aee9274f-57c5-401e-820e-bb9992d3ea51","serviceDescription":"catalog service description","serviceInvariantUUID":"661c04be-4534-4bc7-8d2b-b08c571b1ee6","resources":[{"resourceInstanceName":"vFW eaac3235-d7cf 0","resourceName":"vFW eaac3235-d7cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda1ce1d-2f58-488d-ae18-a47e30c64765","resourceInvariantUUID":"1e97bb5e-eb6f-4c6f-8efc-39a4bea49481","resourceCustomizationUUID":"6ea52b09-9f56-4221-bf8b-31d9ef0dbccc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml","artifactChecksum":"MjY4MGVmMTg0MTU1YjI0YTc5N2IzZTE5MDNhMGVkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d44e2bf8-9a3a-4334-a59b-7855d8cb4600","artifactVersion":"1"},{"artifactName":"vfweaac3235d7cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json","artifactChecksum":"OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c8b889f3-9314-43e7-86d1-716b6aa2d955","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e1ff52a2-aeb8-481f-a08d-263cc31672d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml","artifactChecksum":"YjJiYmMyN2Y4ZGRhZWExMWJlOTljZTRkNzZlZGJiZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b65d1880-00ed-4a6e-acec-85c40eff717c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc","artifactVersion":"2","generatedFromUUID":"e1ff52a2-aeb8-481f-a08d-263cc31672d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602172335-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml","artifactChecksum":"YmI4MzU0NTY5NWExZTBjNDc0YWRlMjdhYWIwYmY3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dfaa860-6144-4097-a428-01282b278215","artifactVersion":"1"},{"artifactName":"service-Vfw20220602172335-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar","artifactChecksum":"MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"359014af-7f34-459c-8703-7e9e7e5e9560","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:26:18.587Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:18.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:18.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:18.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:26:18.708Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-02T17:26:18.712Z||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-06-02T17:26:18.712Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:18.735Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:18.736Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2022-06-02T17:26:18.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:19.615Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:19.615Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:19.617Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:19.617Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:26:19.718Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:19.719Z||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-06-02T17:26:19.719Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:19.733Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:19.734Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:20.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:20.619Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:20.621Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:20.621Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:26:20.721Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:20.722Z||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-06-02T17:26:20.723Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:20.767Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:20.767Z||pool-5-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:21.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:21.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:21.625Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:21.625Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:26:21.725Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:21.727Z||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-06-02T17:26:21.727Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:21.744Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:21.745Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:22.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:22.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:22.629Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:22.629Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T17:26:22.729Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:22.730Z||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-06-02T17:26:22.731Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:22.756Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:22.757Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:23.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:23.630Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:23.632Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:23.632Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:26:23.732Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:23.733Z||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-06-02T17:26:23.734Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:23.751Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:23.752Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:24.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:24.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:24.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:24.635Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:26:24.736Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:24.736Z||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-06-02T17:26:24.737Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:24.754Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:24.755Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:25.638Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"serviceName": "vFW 2022-06-02 17-23-35",
"serviceVersion": "1.0",
"serviceUUID": "aee9274f-57c5-401e-820e-bb9992d3ea51",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "661c04be-4534-4bc7-8d2b-b08c571b1ee6",
"resources": [
{
"resourceInstanceName": "vFW eaac3235-d7cf 0",
"resourceCustomizationUUID": "6ea52b09-9f56-4221-bf8b-31d9ef0dbccc",
"resourceName": "vFW eaac3235-d7cf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dda1ce1d-2f58-488d-ae18-a47e30c64765",
"resourceInvariantUUID": "1e97bb5e-eb6f-4c6f-8efc-39a4bea49481",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweaac3235d7cf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"artifactChecksum": "OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c8b889f3-9314-43e7-86d1-716b6aa2d955",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e1ff52a2-aeb8-481f-a08d-263cc31672d6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc",
"generatedFromUUID": "e1ff52a2-aeb8-481f-a08d-263cc31672d6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220602172335-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"artifactChecksum": "MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "359014af-7f34-459c-8703-7e9e7e5e9560"
}
],
"workloadContext": "Production"
}
2022-06-02T17:26:25.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:26:25.641Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aee9274f-57c5-401e-820e-bb9992d3ea51 ASDC
2022-06-02T17:26:25.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dfa37339-1edb-4e78-b8e5-c732cca1a4d3
ServiceName:vFW 2022-06-02 17-23-35
ServiceVersion:1.0
ServiceUUID:aee9274f-57c5-401e-820e-bb9992d3ea51
ServiceInvariantUUID:661c04be-4534-4bc7-8d2b-b08c571b1ee6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602172335-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
ArtifactUUID:359014af-7f34-459c-8703-7e9e7e5e9560
ArtifactChecksum:MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eaac3235-d7cf 0
ResourceCustomizationUUID:6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
ResourceInvariantUUID:1e97bb5e-eb6f-4c6f-8efc-39a4bea49481
ResourceName:vFW eaac3235-d7cf
ResourceType:VF
ResourceUUID:dda1ce1d-2f58-488d-ae18-a47e30c64765
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweaac3235d7cf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
ArtifactUUID:c8b889f3-9314-43e7-86d1-716b6aa2d955
ArtifactChecksum:OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI=
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
ArtifactUUID:e1ff52a2-aeb8-481f-a08d-263cc31672d6
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
ArtifactUUID:f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
ArtifactUUID:f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T17:26:25.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aee9274f-57c5-401e-820e-bb9992d3ea51 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-06-02T17:26:26.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:26:26.110Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 359014af-7f34-459c-8703-7e9e7e5e9560 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:26.114Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.699Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:26.729Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar 359014af-7f34-459c-8703-7e9e7e5e9560 99033
2022-06-02T17:26:26.749Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar ASDC sendASDCNotification
2022-06-02T17:26:26.749Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.750Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:26.751Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:26.754Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:26.754Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190786730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:26:26.854Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:26.855Z||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-06-02T17:26:26.855Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:26.872Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:26.873Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:27.755Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:26:27.756Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:27.756Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 359014af-7f34-459c-8703-7e9e7e5e9560, URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar to file: /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.757Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.842Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.842Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:28.621Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13213304989420686424/Definitions/service-Vfw20220602172335-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T17:26:31.896Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eaac3235-d7cf 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-02T17:26:31.909Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.910Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.914Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.914Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-02T17:26:31.916Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:26:31.917Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.917Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.921Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0dc60fc1-9747-4959-86bc-4ae68ed45066
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbda1393-4203-4d82-92e7-9c68b06e360a
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-02 17-23-35
Description:catalog service description
Model UUID:aee9274f-57c5-401e-820e-bb9992d3ea51
Model Version:NULL
Model InvariantUuid:661c04be-4534-4bc7-8d2b-b08c571b1ee6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eaac3235-d7cf
Model UUID:cc110d1b-8fee-4228-a315-29f0ab3ee624
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e97bb5e-eb6f-4c6f-8efc-39a4bea49481
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4322fd6b-f877-4ff3-95db-72b4844cf05f
ModelName:VfwEaac3235D7cf..base_vfw..module-0
ModelUuid:72b836e7-126b-4981-b857-fe963255c8c1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0dc60fc1-9747-4959-86bc-4ae68ed45066
ModelInvariantUuid:fa52b85f-5b2d-4e31-a6cc-e28f4396a2b7
ModelName:vFW eaac3235-d7cf-nodes.vfwCvfc
ModelUuid:97403495-2c22-41a3-bf1d-9ceef05f5dec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9f301bcf-2c81-4fd2-9359-0ecb9f1277b1
ModelInvariantUuid:fb035216-82c2-419b-9c94-ab120c07df04
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vfw
ModelUuid:d01b2cda-28ca-4630-9350-f0f0358a3d53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cbda1393-4203-4d82-92e7-9c68b06e360a
ModelInvariantUuid:88082beb-4aa4-4f49-bdba-58865f4f8da9
ModelName:vFW eaac3235-d7cf-nodes.vsnCvfc
ModelUuid:9d441ffe-bda8-425d-a29d-d744a5ed63c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a3067c62-db28-4d30-b52b-c5863b4f0aeb
ModelInvariantUuid:48c71bcc-9db3-4e7a-b716-954efacf32ce
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vsn
ModelUuid:cf597b1f-e37f-40e4-9f5a-0a088c57ab8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
ModelInvariantUuid:a3cdab35-ff9a-4d7c-8d07-3bff124d7255
ModelName:vFW eaac3235-d7cf-nodes.vpgCvfc
ModelUuid:839a1153-680e-4c06-a4a6-396be8fad019
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5448af32-7dbf-4608-9694-d74ab2608dc2
ModelInvariantUuid:7c4443f1-12b2-43f4-aaa3-154634a9f9f7
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vpg
ModelUuid:f0b98696-52ce-49ee-a8c3-3ff4f7ec58e8
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-06-02T17:26:31.971Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dda1ce1d-2f58-488d-ae18-a47e30c64765
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-06-02T17:26:32.098Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||vFW eaac3235-d7cf 0
2022-06-02T17:26:32.108Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda1ce1d-2f58-488d-ae18-a47e30c64765
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8b889f3-9314-43e7-86d1-716b6aa2d955 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.637Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json c8b889f3-9314-43e7-86d1-716b6aa2d955 785
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json ASDC sendASDCNotification
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:32.639Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:32.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:32.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190792638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:26:32.742Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:32.743Z||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-06-02T17:26:32.743Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:32.762Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:32.763Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:33.643Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEaac3235D7cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4322fd6b-f877-4ff3-95db-72b4844cf05f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72b836e7-126b-4981-b857-fe963255c8c1",
"vfModuleModelCustomizationUUID": "5e0e2fec-af75-43f5-958b-582bcc90e262",
"isBase": true,
"artifacts": [
"e1ff52a2-aeb8-481f-a08d-263cc31672d6",
"f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc"
],
"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-06-02T17:26:33.657Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaac3235D7cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72b836e7-126b-4981-b857-fe963255c8c1
VfModuleModelInvariantUUID:4322fd6b-f877-4ff3-95db-72b4844cf05f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1ff52a2-aeb8-481f-a08d-263cc31672d6
,
f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
}
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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEaac3235D7cf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4322fd6b-f877-4ff3-95db-72b4844cf05f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72b836e7-126b-4981-b857-fe963255c8c1",
"vfModuleModelCustomizationUUID": "5e0e2fec-af75-43f5-958b-582bcc90e262",
"isBase": true,
"artifacts": [
"e1ff52a2-aeb8-481f-a08d-263cc31672d6",
"f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc"
],
"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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaac3235D7cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72b836e7-126b-4981-b857-fe963255c8c1
VfModuleModelInvariantUUID:4322fd6b-f877-4ff3-95db-72b4844cf05f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1ff52a2-aeb8-481f-a08d-263cc31672d6
,
f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
}
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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1ff52a2-aeb8-481f-a08d-263cc31672d6 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:33.661Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:33.661Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:34.037Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml e1ff52a2-aeb8-481f-a08d-263cc31672d6 20368
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:34.039Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:34.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:34.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190794038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:26:34.141Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:34.142Z||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-06-02T17:26:34.142Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:34.166Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:34.166Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:35.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.043Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:35.043Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.441Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc 2098
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.443Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:35.443Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:35.447Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:35.447Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190795442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:26:35.547Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:35.548Z||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-06-02T17:26:35.548Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:35.566Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:35.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:36.448Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aee9274f-57c5-401e-820e-bb9992d3ea51
2022-06-02T17:26:36.448Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eaac3235-d7cf 0 dda1ce1d-2f58-488d-ae18-a47e30c64765 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-06-02T17:26:36.531Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c7a709c, org.onap.sdc.toscaparser.api.parameters.Input@6f96b6c9, org.onap.sdc.toscaparser.api.parameters.Input@73add291, org.onap.sdc.toscaparser.api.parameters.Input@327a8650, org.onap.sdc.toscaparser.api.parameters.Input@2d1bfe13]
2022-06-02T17:26:36.569Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
2022-06-02T17:26:36.571Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc matches Tosca VF Customization UUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
2022-06-02T17:26:36.571Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc 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-06-02T17:26:36.579Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.580Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.583Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d669488
2022-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:26:36.585Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e0e2fec-af75-43f5-958b-582bcc90e262
2022-06-02T17:26:36.586Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e0e2fec-af75-43f5-958b-582bcc90e262
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-06-02T17:26:36.595Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.595Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.596Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.598Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.598Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.602Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0dc60fc1-9747-4959-86bc-4ae68ed45066
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-06-02T17:26:36.623Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.623Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbda1393-4203-4d82-92e7-9c68b06e360a
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-06-02T17:26:36.640Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.640Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.646Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.646Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:36.647Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.647Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.649Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:26:36.649Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
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-06-02T17:26:36.657Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.659Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.659Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
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-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid aee9274f-57c5-401e-820e-bb9992d3ea51: vFW eaac3235-d7cf
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.666Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-02 17-23-35
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-06-02T17:26:37.037Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eaac3235-d7cf dda1ce1d-2f58-488d-ae18-a47e30c64765 1 ASDC deployResourceStructure
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json ASDC sendASDCNotification
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:37.039Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:37.040Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:37.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190797038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:26:37.146Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-02T17:26:37.147Z||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-06-02T17:26:37.151Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:37.169Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:37.170Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:38.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:38.044Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:38.044Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190798041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T17:26:38.144Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:38.145Z||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-06-02T17:26:38.145Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:38.179Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:38.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:39.047Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:39.048Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:39.049Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190799046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-02T17:26:39.149Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:39.150Z||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-06-02T17:26:39.150Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:39.166Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:39.167Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar ASDC sendASDCNotification
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:40.051Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:40.054Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:40.054Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190800050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:26:40.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:40.155Z||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-06-02T17:26:40.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:40.180Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:26:40.181Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:41.055Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:26:41.083Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:26:41.085Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:26:41.085Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:26:41.086Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:27:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:27:09.190Z||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-06-02T17:27:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:27:09.319Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:27:09.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-02T17:27:09.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-02T17:27:11.086Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:27:11.102Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:27:11.104Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:27:11.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:27:11.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:27:41.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:27:41.120Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:28:09.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:28:09.194Z||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-06-02T17:28:09.194Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:28:09.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:28:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190769188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190773168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190779346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190786096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190786730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "cds",
"timestamp": 1654190787123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-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-06-02T17:28:09.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190788464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190782265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190789478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190782983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "policy-id",
"timestamp": 1654190790484,
"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-06-02T17:28:09.308Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.308Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190791248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190792638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190786411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190792859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190794038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190794067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190794495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190795442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190795150,
"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-06-02T17:28:09.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.331Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190788899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190796156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190797038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190790962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190798041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190788168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190799046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190799054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190800050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190799724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "cds",
"timestamp": 1654190800729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-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-06-02T17:28:09.382Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190804551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190805557,
"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-06-02T17:28:09.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.399Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190799346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190807082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190808086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "ves-openapi-manager",
"timestamp": 1654190802266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "policy-id",
"timestamp": 1654190809089,
"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-06-02T17:28:09.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190802983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190810392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190810495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190810722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "aai-ml",
"timestamp": 1654190811399,
"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-06-02T17:28:09.431Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190811870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190812506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "clamp",
"timestamp": 1654190813511,
"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-06-02T17:28:09.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190813450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190814483,
"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-06-02T17:28:09.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654190815487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190816411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190824463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190818898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190820962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190828912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:11.123Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:28:11.136Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
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-06-02T17:28:11.139Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||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-06-02T17:28:11.145Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:28:41.146Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:41.157Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3 and serviceModelVersionId: aee9274f-57c5-401e-820e-bb9992d3ea51
2022-06-02T17:28:41.158Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 661c04be-4534-4bc7-8d2b-b08c571b1ee6
2022-06-02T17:28:55.446Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0
2022-06-02T17:28:55.580Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:28:56.158Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:56.166Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43d78f93-7e26-4d43-a12d-e628bf397ebe], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:28:57.724Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:57.724Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3d08a44-7dc6-4974-af51-75a9ac850626], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:28:59.253Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:59.253Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80e8c392-b717-4934-8a02-697bd0261677], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:29:00.287Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.288Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.289Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.290Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.296Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.297Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfa37339-1edb-4e78-b8e5-c732cca1a4d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.298Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:29:00.298Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:00.300Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:00.300Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190940297,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:29:00.401Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:00.402Z||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-06-02T17:29:00.402Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:00.423Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:00.423Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:29:01.315Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:01.316Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:01.316Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:05.768Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:05.769Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||received message from topic
2022-06-02T17:29:05.769Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"657c6302-7210-412d-8510-c64884501622","serviceName":"basic_onboard_Ghxhwg","serviceVersion":"1.0","serviceUUID":"f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b","serviceDescription":"service","serviceInvariantUUID":"2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b","resources":[{"resourceInstanceName":"basic_onboard_Ghxhwg 0","resourceName":"basic_onboard_Ghxhwg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abf909bd-e82d-4577-a3ba-dee07fb18d22","resourceInvariantUUID":"528057b4-deb9-41b0-85f8-4d1517726569","resourceCustomizationUUID":"269a904a-1626-414d-b0a5-d89febcb1950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml","artifactChecksum":"NzU3ZjRiNzlhZTlmYTkxZDcwOWVhZjcyYTAwYTEzZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e565918-fa22-428e-a8c7-4d65b438b50c","artifactVersion":"1"},{"artifactName":"basic_onboard_ghxhwg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json","artifactChecksum":"ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14a73677-7665-4241-8a3b-2072b5b50088","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26dd5ca8-033b-47ae-9ca2-d8fef362378b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fed622f-b8e6-49d6-a02f-25be0eb016aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7eff555-2506-429d-9cce-a92b8f7ec587","artifactVersion":"2","generatedFromUUID":"26dd5ca8-033b-47ae-9ca2-d8fef362378b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGhxhwg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml","artifactChecksum":"YmQxNmZhOGUwMjQyOGI1ZTY2YWRiYWU3N2MwZTA0N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ba29068-d403-42c4-a5f4-8790c3d6a2d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGhxhwg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar","artifactChecksum":"Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7869fcf3-7e7b-464d-8af7-b2f724b5f063","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:29:05.772Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:05.773Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:05.775Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:05.775Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:29:05.875Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:05.876Z||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-06-02T17:29:05.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:05.890Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:05.891Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:06.776Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:06.776Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:06.778Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:06.778Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:29:06.878Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:06.879Z||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-06-02T17:29:06.879Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:06.895Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:06.895Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:07.779Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:07.780Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:07.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:07.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:29:07.882Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:07.883Z||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-06-02T17:29:07.883Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:07.904Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:07.905Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:08.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:08.784Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:08.786Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:08.786Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:29:08.887Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:29:08.888Z||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-06-02T17:29:08.889Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:08.903Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:08.904Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:09.190Z||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-06-02T17:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:09.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190831361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190831365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "aai-ml",
"timestamp": 1654190832366,
"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-06-02T17:29:09.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654190832370,
"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-06-02T17:29:09.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.251Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190836814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190838500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "clamp",
"timestamp": 1654190839503,
"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-06-02T17:29:09.269Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.269Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.787Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:09.788Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:09.790Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:09.790Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T17:29:09.890Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:09.892Z||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-06-02T17:29:09.892Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:09.906Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:09.906Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:10.791Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:10.791Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:10.793Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:10.793Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:29:10.894Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:29:10.895Z||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-06-02T17:29:10.895Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:10.910Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:10.910Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:11.794Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:11.795Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:11.797Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:11.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:29:11.898Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:29:11.898Z||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-06-02T17:29:11.898Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:11.920Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:11.920Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:12.800Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"serviceName": "basic_onboard_Ghxhwg",
"serviceVersion": "1.0",
"serviceUUID": "f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b",
"serviceDescription": "service",
"serviceInvariantUUID": "2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b",
"resources": [
{
"resourceInstanceName": "basic_onboard_Ghxhwg 0",
"resourceCustomizationUUID": "269a904a-1626-414d-b0a5-d89febcb1950",
"resourceName": "basic_onboard_Ghxhwg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "abf909bd-e82d-4577-a3ba-dee07fb18d22",
"resourceInvariantUUID": "528057b4-deb9-41b0-85f8-4d1517726569",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ghxhwg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"artifactChecksum": "ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14a73677-7665-4241-8a3b-2072b5b50088",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "26dd5ca8-033b-47ae-9ca2-d8fef362378b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7eff555-2506-429d-9cce-a92b8f7ec587",
"generatedFromUUID": "26dd5ca8-033b-47ae-9ca2-d8fef362378b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7eff555-2506-429d-9cce-a92b8f7ec587",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGhxhwg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"artifactChecksum": "Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7869fcf3-7e7b-464d-8af7-b2f724b5f063"
}
],
"workloadContext": "Production"
}
2022-06-02T17:29:12.801Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:29:12.801Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b ASDC
2022-06-02T17:29:12.802Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC Notification:
DistributionID:657c6302-7210-412d-8510-c64884501622
ServiceName:basic_onboard_Ghxhwg
ServiceVersion:1.0
ServiceUUID:f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
ServiceInvariantUUID:2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGhxhwg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
ArtifactUUID:7869fcf3-7e7b-464d-8af7-b2f724b5f063
ArtifactChecksum:Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Ghxhwg 0
ResourceCustomizationUUID:269a904a-1626-414d-b0a5-d89febcb1950
ResourceInvariantUUID:528057b4-deb9-41b0-85f8-4d1517726569
ResourceName:basic_onboard_Ghxhwg
ResourceType:VF
ResourceUUID:abf909bd-e82d-4577-a3ba-dee07fb18d22
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ghxhwg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
ArtifactUUID:14a73677-7665-4241-8a3b-2072b5b50088
ArtifactChecksum:ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc=
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:26dd5ca8-033b-47ae-9ca2-d8fef362378b
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
ArtifactUUID:e7eff555-2506-429d-9cce-a92b8f7ec587
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
ArtifactUUID:e7eff555-2506-429d-9cce-a92b8f7ec587
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T17:29:12.802Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b 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-06-02T17:29:12.832Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 7869fcf3-7e7b-464d-8af7-b2f724b5f063 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.834Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:12.834Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.908Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar 7869fcf3-7e7b-464d-8af7-b2f724b5f063 71582
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar ASDC sendASDCNotification
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:12.912Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:12.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:12.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190952911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:29:13.014Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:13.015Z||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-06-02T17:29:13.015Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:13.030Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:13.030Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:13.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:29:13.916Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:13.916Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to write artifact UUID: 7869fcf3-7e7b-464d-8af7-b2f724b5f063, URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar to file: /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.917Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.917Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.918Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:14.083Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7708752766105573022/Definitions/service-BasicOnboardGhxhwg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-02T17:29:15.352Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||####################################################################################################
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Ghxhwg 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||####################################################################################################
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2562244-4e90-45e6-a8e5-f856bd0dfcfe
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Ghxhwg
Description:service
Model UUID:f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
Model Version:NULL
Model InvariantUuid:2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Ghxhwg
Model UUID:20a38ee2-3541-46dc-9dd2-b18d77b215e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528057b4-deb9-41b0-85f8-4d1517726569
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:269a904a-1626-414d-b0a5-d89febcb1950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:94f40aae-959d-4822-b80d-03cb8a2393a6
ModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
ModelUuid:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2562244-4e90-45e6-a8e5-f856bd0dfcfe
ModelInvariantUuid:561f27ad-4b31-4e9c-8767-d0235b17ab57
ModelName:basic_onboard_Ghxhwg-nodes.ubuntu18Cvfc
ModelUuid:e9e05133-2645-46c1-8a02-cb0f866fd584
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0f0d75aa-1b0f-4904-8ff7-83a32a7ec823
ModelInvariantUuid:44d3151d-d2e1-4476-adbf-9fbd6d5f201b
ModelName:BasicOnboardGhxhwg.compute.nodes.heat.ubuntu18
ModelUuid:a5ebf1e4-0336-473f-841d-342258d6fc31
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-06-02T17:29:15.368Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: abf909bd-e82d-4577-a3ba-dee07fb18d22
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-06-02T17:29:15.371Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||basic_onboard_Ghxhwg 0
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: abf909bd-e82d-4577-a3ba-dee07fb18d22
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 14a73677-7665-4241-8a3b-2072b5b50088 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.442Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json 14a73677-7665-4241-8a3b-2072b5b50088 798
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json ASDC sendASDCNotification
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:15.444Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:15.446Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:15.446Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190955443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:29:15.546Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:15.547Z||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-06-02T17:29:15.547Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:15.560Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:15.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:16.447Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGhxhwg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "94f40aae-959d-4822-b80d-03cb8a2393a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "228eb8ec-bd5d-4c89-8f6b-747f23f447e2",
"vfModuleModelCustomizationUUID": "f876fb69-6678-4692-a16a-ce98f245216b",
"isBase": true,
"artifacts": [
"26dd5ca8-033b-47ae-9ca2-d8fef362378b",
"e7eff555-2506-429d-9cce-a92b8f7ec587"
],
"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-06-02T17:29:16.451Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
VfModuleModelInvariantUUID:94f40aae-959d-4822-b80d-03cb8a2393a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
26dd5ca8-033b-47ae-9ca2-d8fef362378b
,
e7eff555-2506-429d-9cce-a92b8f7ec587
}
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-06-02T17:29:16.453Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGhxhwg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "94f40aae-959d-4822-b80d-03cb8a2393a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "228eb8ec-bd5d-4c89-8f6b-747f23f447e2",
"vfModuleModelCustomizationUUID": "f876fb69-6678-4692-a16a-ce98f245216b",
"isBase": true,
"artifacts": [
"26dd5ca8-033b-47ae-9ca2-d8fef362378b",
"e7eff555-2506-429d-9cce-a92b8f7ec587"
],
"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-06-02T17:29:16.453Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
VfModuleModelInvariantUUID:94f40aae-959d-4822-b80d-03cb8a2393a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
26dd5ca8-033b-47ae-9ca2-d8fef362378b
,
e7eff555-2506-429d-9cce-a92b8f7ec587
}
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-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 26dd5ca8-033b-47ae-9ca2-d8fef362378b from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.501Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml 26dd5ca8-033b-47ae-9ca2-d8fef362378b 5033
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:16.503Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:16.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:16.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190956502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:29:16.605Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:16.606Z||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-06-02T17:29:16.606Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:16.619Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:16.620Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:17.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: e7eff555-2506-429d-9cce-a92b8f7ec587 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.506Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:17.506Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env e7eff555-2506-429d-9cce-a92b8f7ec587 909
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:17.561Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:17.562Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190957559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:29:17.662Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:17.663Z||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-06-02T17:29:17.664Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:17.677Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:17.678Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:18.562Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Preparing to deploy Service: f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
2022-06-02T17:29:18.563Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Ghxhwg 0 abf909bd-e82d-4577-a3ba-dee07fb18d22 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-06-02T17:29:18.578Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327913de, org.onap.sdc.toscaparser.api.parameters.Input@155c3be1, org.onap.sdc.toscaparser.api.parameters.Input@5c63349b, org.onap.sdc.toscaparser.api.parameters.Input@1556777e, org.onap.sdc.toscaparser.api.parameters.Input@6f4b61e9]
2022-06-02T17:29:18.579Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.579Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF Category is: Generic
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VFCustomizationUUID= 269a904a-1626-414d-b0a5-d89febcb1950
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269a904a-1626-414d-b0a5-d89febcb1950 matches Tosca VF Customization UUID: 269a904a-1626-414d-b0a5-d89febcb1950
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||vfCustomizationUUID: 269a904a-1626-414d-b0a5-d89febcb1950 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-06-02T17:29:18.583Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.584Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.584Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||resource request for resource customization id 269a904a-1626-414d-b0a5-d89febcb1950: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@787585fc
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f876fb69-6678-4692-a16a-ce98f245216b
2022-06-02T17:29:18.586Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f876fb69-6678-4692-a16a-ce98f245216b
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-06-02T17:29:18.588Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2562244-4e90-45e6-a8e5-f856bd0dfcfe
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-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.595Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.595Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=269a904a-1626-414d-b0a5-d89febcb1950
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-06-02T17:29:18.598Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500|| resourceSeq for service uuid f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b: basic_onboard_Ghxhwg
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Saving Service: basic_onboard_Ghxhwg
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-06-02T17:29:18.715Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Ghxhwg abf909bd-e82d-4577-a3ba-dee07fb18d22 1 ASDC deployResourceStructure
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json ASDC sendASDCNotification
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:18.717Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:18.719Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:18.719Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190958716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:18.819Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:18.820Z||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-06-02T17:29:18.820Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:18.835Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:18.836Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:19.720Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T17:29:19.720Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:19.721Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:19.722Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:19.723Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:19.724Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190959719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:19.824Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:19.826Z||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-06-02T17:29:19.827Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:19.854Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:19.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:20.728Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:20.728Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190960724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:20.828Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T17:29:20.829Z||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-06-02T17:29:20.829Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:20.857Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:20.858Z||pool-32-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:21.730Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar ASDC sendASDCNotification
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:21.733Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:21.733Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190961730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:29:21.833Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:21.834Z||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-06-02T17:29:21.834Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:21.853Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:21.854Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:22.734Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c6302-7210-412d-8510-c64884501622
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-06-02T17:29:22.745Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c6302-7210-412d-8510-c64884501622
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-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:22.755Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:29:52.756Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:52.762Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657c6302-7210-412d-8510-c64884501622 and serviceModelVersionId: f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
2022-06-02T17:29:52.762Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
2022-06-02T17:29:52.763Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0
2022-06-02T17:29:52.767Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:29:52.814Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:52.817Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:54.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:54.361Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:55.896Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:55.898Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:56.926Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.928Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.928Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.929Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.944Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.945Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657c6302-7210-412d-8510-c64884501622 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.945Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:29:56.946Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:56.948Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:56.948Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190996945,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:29:57.048Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:29:57.049Z||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-06-02T17:29:57.049Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:57.087Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:29:57.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-06-02T17:29:57.965Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:57.966Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:57.966Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:07.552Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:30:07.553Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:07.554Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:30:07.554Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:09.190Z||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-06-02T17:30:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:09.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:30:09.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190940297,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:30:17.125Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:26.689Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:31:09.187Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:31:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:31:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:31:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:31:09.190Z||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-06-02T17:31:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:31:09.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:31:09.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190941315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190952911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190955443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190956502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190957559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190958716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190959719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190960724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190961730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "657c6302-7210-412d-8510-c64884501622",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654190996945,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:31:09.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:18.787Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:32:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:32:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:32:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:32:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:32:09.190Z||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-06-02T17:32:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:32:18.805Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:32:18.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:33:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:33:09.190Z||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-06-02T17:33:09.187Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:33:09.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:33:09.191Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:33:09.191Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:33:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:33:18.771Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:34:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:34:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:34:09.189Z||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-06-02T17:34:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:09.856Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:09.857Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||received message from topic
2022-06-02T17:34:09.857Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5117be27-5f81-4437-bcb0-9ca19d207269","serviceName":"vFW 2022-06-02 17-31-24","serviceVersion":"1.0","serviceUUID":"3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a","serviceDescription":"catalog service description","serviceInvariantUUID":"dccc40d3-fa3f-4541-bb0e-a06919f69128","resources":[{"resourceInstanceName":"vFW 6bb87f55-cebc 0","resourceName":"vFW 6bb87f55-cebc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d83d937b-0de4-47f2-8c75-b3576f5adf79","resourceInvariantUUID":"2472abcf-e05b-49aa-9e56-7fad20d80879","resourceCustomizationUUID":"fe69f358-04d3-4538-b900-15083b4109ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml","artifactChecksum":"MTc5ZmRlYzEwY2FlNTkwODc3NTU5YWYzZTI0ODg5ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b87d461b-a835-4549-b89e-83d5b2345a82","artifactVersion":"1"},{"artifactName":"vfw6bb87f55cebc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json","artifactChecksum":"NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b8527b9-fb5f-416c-a88e-414abd947b26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e77da07d-99a4-4c31-a1de-892eaf28930f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI2ZGYyOGNhODgzN2ZlZDM0OTgzOGI1YzhmMTViN2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92a7ad21-aab1-4ffb-a697-b057f1afc25d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93e7a38c-7c55-4d99-9210-59493213ef9b","artifactVersion":"2","generatedFromUUID":"e77da07d-99a4-4c31-a1de-892eaf28930f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602173124-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml","artifactChecksum":"MGJkMGQxZWY4YWQzZjVkMTAzZDA5NGQ0Y2Y0OTFlY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23ab2a61-c5a7-427c-85aa-54ec713d2d2e","artifactVersion":"1"},{"artifactName":"service-Vfw20220602173124-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar","artifactChecksum":"OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d5bdd20-d8e3-4c53-9575-a5df63667b54","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:34:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.864Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.866Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191223168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "ves-openapi-manager",
"timestamp": 1654191222265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191222983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191219346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191233157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191233348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191233649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "cds",
"timestamp": 1654191234163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-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-06-02T17:34:09.899Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.899Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191234655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191234765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "policy-id",
"timestamp": 1654191235659,
"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-06-02T17:34:09.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191236357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191237389,
"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-06-02T17:34:09.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.948Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654191238395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191236411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "aai-ml",
"timestamp": 1654191244169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.968Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:34:09.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.969Z||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-06-02T17:34:09.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.969Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "clamp",
"timestamp": 1654191238898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191240965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654191248927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.984Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:09.984Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:10.867Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:10.868Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:10.870Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:10.871Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T17:34:10.971Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:10.972Z||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-06-02T17:34:10.972Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:10.985Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:10.986Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:11.871Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:11.872Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:11.874Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:11.874Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T17:34:11.974Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:11.975Z||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-06-02T17:34:11.975Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:12.006Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:12.007Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:12.880Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:12.881Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:12.886Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:12.886Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:12.985Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:34:12.986Z||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-06-02T17:34:12.986Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:13.031Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:13.031Z||pool-38-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:13.887Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:13.888Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:13.890Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:13.890Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T17:34:13.990Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:34:13.991Z||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-06-02T17:34:13.991Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:14.024Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:14.024Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:14.891Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:14.892Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:14.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:14.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T17:34:14.994Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:14.995Z||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-06-02T17:34:14.995Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:15.041Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:15.041Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:15.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:15.895Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:15.897Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:15.897Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191249187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T17:34:15.997Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:15.998Z||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-06-02T17:34:15.999Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:16.021Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:16.022Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"serviceName": "vFW 2022-06-02 17-31-24",
"serviceVersion": "1.0",
"serviceUUID": "3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dccc40d3-fa3f-4541-bb0e-a06919f69128",
"resources": [
{
"resourceInstanceName": "vFW 6bb87f55-cebc 0",
"resourceCustomizationUUID": "fe69f358-04d3-4538-b900-15083b4109ca",
"resourceName": "vFW 6bb87f55-cebc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d83d937b-0de4-47f2-8c75-b3576f5adf79",
"resourceInvariantUUID": "2472abcf-e05b-49aa-9e56-7fad20d80879",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6bb87f55cebc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"artifactChecksum": "NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b8527b9-fb5f-416c-a88e-414abd947b26",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e77da07d-99a4-4c31-a1de-892eaf28930f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93e7a38c-7c55-4d99-9210-59493213ef9b",
"generatedFromUUID": "e77da07d-99a4-4c31-a1de-892eaf28930f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93e7a38c-7c55-4d99-9210-59493213ef9b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220602173124-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"artifactChecksum": "OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d5bdd20-d8e3-4c53-9575-a5df63667b54"
}
],
"workloadContext": "Production"
}
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a ASDC
2022-06-02T17:34:16.902Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5117be27-5f81-4437-bcb0-9ca19d207269
ServiceName:vFW 2022-06-02 17-31-24
ServiceVersion:1.0
ServiceUUID:3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
ServiceInvariantUUID:dccc40d3-fa3f-4541-bb0e-a06919f69128
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602173124-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
ArtifactUUID:9d5bdd20-d8e3-4c53-9575-a5df63667b54
ArtifactChecksum:OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6bb87f55-cebc 0
ResourceCustomizationUUID:fe69f358-04d3-4538-b900-15083b4109ca
ResourceInvariantUUID:2472abcf-e05b-49aa-9e56-7fad20d80879
ResourceName:vFW 6bb87f55-cebc
ResourceType:VF
ResourceUUID:d83d937b-0de4-47f2-8c75-b3576f5adf79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6bb87f55cebc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
ArtifactUUID:1b8527b9-fb5f-416c-a88e-414abd947b26
ArtifactChecksum:NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY=
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
ArtifactUUID:e77da07d-99a4-4c31-a1de-892eaf28930f
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
ArtifactUUID:93e7a38c-7c55-4d99-9210-59493213ef9b
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
ArtifactUUID:93e7a38c-7c55-4d99-9210-59493213ef9b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T17:34:16.902Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a 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-06-02T17:34:17.008Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 9d5bdd20-d8e3-4c53-9575-a5df63667b54 from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.010Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:17.010Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.119Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:17.126Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar 9d5bdd20-d8e3-4c53-9575-a5df63667b54 99023
2022-06-02T17:34:17.126Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar ASDC sendASDCNotification
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:17.129Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:17.130Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191257126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:17.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:17.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-06-02T17:34:17.231Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:17.287Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:17.288Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:18.130Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:34:18.136Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:18.136Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to write artifact UUID: 9d5bdd20-d8e3-4c53-9575-a5df63667b54, URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar to file: /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12753764170029186885/Definitions/service-Vfw20220602173124-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||####################################################################################################
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6bb87f55-cebc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||####################################################################################################
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=043593c1-7c2b-4566-8c1a-acaf0654de39
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0374d7c8-4a2c-43ea-942b-8d8a7ab32754
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0e4a13f-0fed-41cf-b8cd-bcab519c196b
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-02 17-31-24
Description:catalog service description
Model UUID:3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
Model Version:NULL
Model InvariantUuid:dccc40d3-fa3f-4541-bb0e-a06919f69128
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6bb87f55-cebc
Model UUID:6a4c9e48-89d1-4afe-be5a-42cb19be947f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2472abcf-e05b-49aa-9e56-7fad20d80879
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fe69f358-04d3-4538-b900-15083b4109ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:802f4016-9017-4117-a8e7-9e2c04a65137
ModelName:Vfw6bb87f55Cebc..base_vfw..module-0
ModelUuid:0b399273-89ba-41b1-8d3b-ac9a99264c29
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:043593c1-7c2b-4566-8c1a-acaf0654de39
ModelInvariantUuid:86b364b7-abba-43e5-b9c5-49f519d4f7be
ModelName:vFW 6bb87f55-cebc-nodes.vfwCvfc
ModelUuid:ac2fb2cc-1820-4fe1-b71d-632900d19849
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a20b993e-94bf-49f6-a50a-fcac881fb43f
ModelInvariantUuid:713ed7d1-2551-401e-9624-59a254d1ea75
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vfw
ModelUuid:a67b4f54-73fe-4b18-8318-a3d253416101
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0374d7c8-4a2c-43ea-942b-8d8a7ab32754
ModelInvariantUuid:66cdd33e-11ba-4609-be26-951d79df2140
ModelName:vFW 6bb87f55-cebc-nodes.vsnCvfc
ModelUuid:6ea201fe-55d7-410e-bf02-619067f51d80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f58a78bd-40b7-46de-919d-653cc9a110b6
ModelInvariantUuid:ec1875e2-3c87-453a-ba17-72c551f1dd91
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vsn
ModelUuid:93c63ef1-feff-43b7-b789-58589ab6905e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f0e4a13f-0fed-41cf-b8cd-bcab519c196b
ModelInvariantUuid:7244093d-4d14-40cf-b1ae-6928d063935e
ModelName:vFW 6bb87f55-cebc-nodes.vpgCvfc
ModelUuid:e63aaffc-1ebb-469b-816d-4314f564ba81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:49173867-5947-4add-a803-87ee34d02b8b
ModelInvariantUuid:7be78a5c-e205-4dd0-8d64-77cbaeed87d9
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vpg
ModelUuid:65ff2b22-e940-4486-833e-59ef774134f3
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-06-02T17:34:20.313Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: d83d937b-0de4-47f2-8c75-b3576f5adf79
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-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||vFW 6bb87f55-cebc 0
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: d83d937b-0de4-47f2-8c75-b3576f5adf79
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 1b8527b9-fb5f-416c-a88e-414abd947b26 from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:20.323Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.477Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:20.477Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json 1b8527b9-fb5f-416c-a88e-414abd947b26 785
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json ASDC sendASDCNotification
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:20.479Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:20.481Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:20.481Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191260478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:20.581Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-06-02T17:34:20.582Z||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-06-02T17:34:20.582Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:20.624Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:20.625Z||pool-43-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:21.504Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6bb87f55Cebc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "802f4016-9017-4117-a8e7-9e2c04a65137",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b399273-89ba-41b1-8d3b-ac9a99264c29",
"vfModuleModelCustomizationUUID": "f48b4eb0-f649-4362-b7e6-2559c98d597e",
"isBase": true,
"artifacts": [
"e77da07d-99a4-4c31-a1de-892eaf28930f",
"93e7a38c-7c55-4d99-9210-59493213ef9b"
],
"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-06-02T17:34:21.508Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6bb87f55Cebc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b399273-89ba-41b1-8d3b-ac9a99264c29
VfModuleModelInvariantUUID:802f4016-9017-4117-a8e7-9e2c04a65137
VfModuleModelDescription:NULL
Artifacts UUID List:{
e77da07d-99a4-4c31-a1de-892eaf28930f
,
93e7a38c-7c55-4d99-9210-59493213ef9b
}
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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6bb87f55Cebc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "802f4016-9017-4117-a8e7-9e2c04a65137",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b399273-89ba-41b1-8d3b-ac9a99264c29",
"vfModuleModelCustomizationUUID": "f48b4eb0-f649-4362-b7e6-2559c98d597e",
"isBase": true,
"artifacts": [
"e77da07d-99a4-4c31-a1de-892eaf28930f",
"93e7a38c-7c55-4d99-9210-59493213ef9b"
],
"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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6bb87f55Cebc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b399273-89ba-41b1-8d3b-ac9a99264c29
VfModuleModelInvariantUUID:802f4016-9017-4117-a8e7-9e2c04a65137
VfModuleModelDescription:NULL
Artifacts UUID List:{
e77da07d-99a4-4c31-a1de-892eaf28930f
,
93e7a38c-7c55-4d99-9210-59493213ef9b
}
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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: e77da07d-99a4-4c31-a1de-892eaf28930f from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:21.511Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.578Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml e77da07d-99a4-4c31-a1de-892eaf28930f 20368
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.580Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:21.580Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:21.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:21.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191261579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:21.682Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:21.683Z||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-06-02T17:34:21.683Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:21.706Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:21.707Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:22.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 93e7a38c-7c55-4d99-9210-59493213ef9b from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.583Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:22.583Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.798Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env 93e7a38c-7c55-4d99-9210-59493213ef9b 2098
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.800Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:22.800Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:22.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:22.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
"distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654191262799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T17:34:22.902Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:22.903Z||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-06-02T17:34:22.903Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:22.922Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T17:34:22.922Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:23.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Preparing to deploy Service: 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
2022-06-02T17:34:23.803Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6bb87f55-cebc 0 d83d937b-0de4-47f2-8c75-b3576f5adf79 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-06-02T17:34:23.830Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19f48397, org.onap.sdc.toscaparser.api.parameters.Input@103a7723, org.onap.sdc.toscaparser.api.parameters.Input@3f842877, org.onap.sdc.toscaparser.api.parameters.Input@2bedeb2c, org.onap.sdc.toscaparser.api.parameters.Input@16b83dfd]
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF Category is: Generic
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VFCustomizationUUID= fe69f358-04d3-4538-b900-15083b4109ca
2022-06-02T17:34:23.833Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe69f358-04d3-4538-b900-15083b4109ca matches Tosca VF Customization UUID: fe69f358-04d3-4538-b900-15083b4109ca
2022-06-02T17:34:23.833Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||vfCustomizationUUID: fe69f358-04d3-4538-b900-15083b4109ca 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-06-02T17:34:23.836Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.836Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||resource request for resource customization id fe69f358-04d3-4538-b900-15083b4109ca: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f51b8ed
2022-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f48b4eb0-f649-4362-b7e6-2559c98d597e
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f48b4eb0-f649-4362-b7e6-2559c98d597e
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-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:23.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=043593c1-7c2b-4566-8c1a-acaf0654de39
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-06-02T17:34:23.852Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery