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-04-08T05:35:00.449Z||main|||||INFO|500||The following profiles are active: basic
2022-04-08T05:35:16.322Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-08T05:35:16.324Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-08T05:35:16.462Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-08T05:35:22.614Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-08T05:35:23.219Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-08T05:35:23.772Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-08T05:35:23.783Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-08T05:35:23.909Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-08T05:35:24.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-08T05:35:24.847Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-08T05:35:26.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-08T05:35:29.889Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-08T05:35:29.986Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-08T05:35:30.894Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-08T05:35:31.158Z||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-04-08T05:35:33.151Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-08T05:35:34.838Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-08T05:35:34.875Z||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$$fa32a587.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-04-08T05:35:34.877Z||main|||||WARN|500||The sdc end point is not alive
2022-04-08T05:35:39.878Z||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-04-08T05:35:44.399Z||main|||||WARN|500||---
2022-04-08T05:35:44.399Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-08T05:35:44.400Z||main|||||WARN|500||---
2022-04-08T05:35:45.004Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-08T05:35:51.728Z||main|||||INFO|500||Started Application in 54.975 seconds (JVM running for 58.189)
2022-04-08T05:35:51.768Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-08T05:35:51.770Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-08T05:35:51.790Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-08T05:35:51.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-08T05:35:51.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 721dbda8-8ac0-4dc3-8b4d-cfa70062ec1d url= /sdc/v1/artifactTypes
2022-04-08T05:35:51.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-08T05:35:52.277Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-08T05:35:52.314Z||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-04-08T05:35:52.340Z||scheduling-1|||||DEBUG|500||create keys
2022-04-08T05:35:52.350Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-08T05:35:52.510Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:35:52.536Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 53dcc94a-5371-4c11-b796-6a8aeca89b63 url= /sdc/v1/registerForDistribution
2022-04-08T05:35:53.369Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 53dcc94a-5371-4c11-b796-6a8aeca89b63 url= /sdc/v1/registerForDistribution
2022-04-08T05:35:53.370Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-08T05:35:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:35:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:35:53.395Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-08T05:35:53.397Z||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-04-08T05:35:53.397Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:35:53.398Z||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-04-08T05:35:53.398Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:36:04.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:36:04.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:36:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:36:53.379Z||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-04-08T05:36:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:36:53.382Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:36:53.383Z||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-04-08T05:36:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:37:03.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:37:03.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:37:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:37:53.379Z||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-04-08T05:37:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:37:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:37:53.381Z||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-04-08T05:37:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:38:02.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:38:03.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:38:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:38:53.380Z||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-04-08T05:38:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:38:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:38:53.381Z||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-04-08T05:38:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:39:02.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:39:02.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:39:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:39:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:39:53.383Z||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-04-08T05:39:53.383Z||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-04-08T05:39:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:39:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:40:03.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:40:03.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:40:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:40:53.379Z||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-04-08T05:40:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:40:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:40:53.383Z||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-04-08T05:40:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:41:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:41:02.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:41:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:41:53.379Z||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-04-08T05:41:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:41:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:41:53.382Z||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-04-08T05:41:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:42:02.940Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:42:02.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:42:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:42:53.379Z||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-04-08T05:42:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:42:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:42:53.383Z||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-04-08T05:42:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:43:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:43:02.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:43:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:43:53.379Z||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-04-08T05:43:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:43:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:43:53.383Z||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-04-08T05:43:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:44:02.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:44:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:44:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:44:53.379Z||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-04-08T05:44:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:44:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:44:53.381Z||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-04-08T05:44:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:45:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:45:02.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:45:24.748Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-08T05:45:24.993Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@d32a19a ((conn=1252) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-08T05:45:24.996Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5e665f7b ((conn=1253) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-08T05:45:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:45:53.382Z||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-04-08T05:45:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:45:53.382Z||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-04-08T05:45:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:46:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:46:03.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:46:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:46:53.379Z||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-04-08T05:46:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:46:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:46:53.382Z||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-04-08T05:46:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:47:02.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:47:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:47:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:47:53.379Z||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-04-08T05:47:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:47:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:47:53.382Z||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-04-08T05:47:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:48:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:48:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:48:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:48:53.379Z||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-04-08T05:48:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:48:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:48:53.382Z||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-04-08T05:48:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:49:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:49:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:49:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:49:53.379Z||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-04-08T05:49:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:49:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:49:53.383Z||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-04-08T05:49:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:50:02.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:50:02.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:50:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:50:53.379Z||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-04-08T05:50:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:50:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:50:53.382Z||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-04-08T05:50:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:51:02.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:51:02.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:51:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:51:53.379Z||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-04-08T05:51:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:51:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:51:53.382Z||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-04-08T05:51:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:52:02.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:52:02.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:52:53.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:52:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:52:53.382Z||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-04-08T05:52:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:52:53.382Z||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-04-08T05:52:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:53:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:53:02.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:53:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:53:53.379Z||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-04-08T05:53:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:53:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:53:53.382Z||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-04-08T05:53:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:54:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:54:03.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:54:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:54:53.379Z||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-04-08T05:54:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:54:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:54:53.382Z||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-04-08T05:54:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:55:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:55:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:55:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:55:53.379Z||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-04-08T05:55:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:55:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:55:53.382Z||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-04-08T05:55:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:56:02.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:56:02.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:56:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:56:53.380Z||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-04-08T05:56:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:56:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:56:53.383Z||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-04-08T05:56:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:57:02.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:57:02.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:57:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:57:53.379Z||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-04-08T05:57:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:57:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:57:53.382Z||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-04-08T05:57:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:58:02.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:58:02.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:58:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:58:53.381Z||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-04-08T05:58:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:58:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:58:53.382Z||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-04-08T05:58:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:59:02.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:59:02.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T05:59:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:59:53.380Z||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-04-08T05:59:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T05:59:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T05:59:53.382Z||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-04-08T05:59:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:00:03.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:00:03.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:00:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:00:53.379Z||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-04-08T06:00:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:00:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:00:53.382Z||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-04-08T06:00:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:01:02.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:01:02.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:01:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:01:53.379Z||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-04-08T06:01:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:01:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:01:53.382Z||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-04-08T06:01:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:02:02.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:02:03.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:02:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:02:53.380Z||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-04-08T06:02:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:02:53.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:02:53.384Z||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-04-08T06:02:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:03:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:03:02.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:03:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:03:53.379Z||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-04-08T06:03:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:03:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:03:53.382Z||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-04-08T06:03:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:04:02.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:04:03.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:04:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:04:53.379Z||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-04-08T06:04:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:04:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:04:53.382Z||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-04-08T06:04:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:05:03.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:05:03.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:05:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:05:53.379Z||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-04-08T06:05:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:05:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:05:53.382Z||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-04-08T06:05:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:06:02.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:06:03.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:06:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:06:53.380Z||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-04-08T06:06:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:06:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:06:53.381Z||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-04-08T06:06:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:07:03.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:07:03.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:07:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:07:53.379Z||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-04-08T06:07:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:07:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:07:53.382Z||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-04-08T06:07:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:08:02.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:08:02.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:08:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:08:53.379Z||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-04-08T06:08:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:08:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:08:53.382Z||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-04-08T06:08:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:09:02.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:09:02.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:09:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:09:53.380Z||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-04-08T06:09:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:09:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:09:53.382Z||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-04-08T06:09:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:10:02.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:10:03.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:10:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:10:53.379Z||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-04-08T06:10:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:10:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:10:53.382Z||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-04-08T06:10:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:11:02.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:11:02.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:11:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:11:53.379Z||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-04-08T06:11:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:11:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:11:53.381Z||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-04-08T06:11:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:12:02.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:12:02.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:12:53.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:12:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:12:53.382Z||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-04-08T06:12:53.382Z||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-04-08T06:12:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:12:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:13:02.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:13:02.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:13:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:13:53.379Z||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-04-08T06:13:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:13:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:13:53.381Z||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-04-08T06:13:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:14:03.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:14:03.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:14:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:14:53.379Z||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-04-08T06:14:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:14:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:14:53.382Z||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-04-08T06:14:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:15:02.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:15:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:15:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:15:53.379Z||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-04-08T06:15:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:15:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:15:53.382Z||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-04-08T06:15:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:16:02.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:16:02.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:16:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:16:53.379Z||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-04-08T06:16:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:16:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:16:53.382Z||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-04-08T06:16:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:17:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:17:02.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:17:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:17:53.379Z||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-04-08T06:17:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:17:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:17:53.382Z||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-04-08T06:17:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:18:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:18:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:18:53.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:18:53.379Z||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-04-08T06:18:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:18:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:18:53.382Z||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-04-08T06:18:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:19:02.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:19:02.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:19:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:19:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:19:53.381Z||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-04-08T06:19:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:19:53.382Z||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-04-08T06:19:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:20:02.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:20:03.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:20:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:20:53.379Z||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-04-08T06:20:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:20:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:20:53.382Z||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-04-08T06:20:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:21:02.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:21:03.005Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:21:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:21:53.379Z||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-04-08T06:21:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:21:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:21:53.382Z||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-04-08T06:21:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:22:02.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:22:02.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:22:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:22:53.379Z||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-04-08T06:22:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:22:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:22:53.382Z||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-04-08T06:22:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:23:02.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:23:03.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:23:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:23:53.379Z||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-04-08T06:23:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:23:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:23:53.382Z||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-04-08T06:23:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:24:02.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:24:02.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:24:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:24:53.379Z||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-04-08T06:24:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:24:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:24:53.382Z||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-04-08T06:24:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:25:03.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:25:03.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:25:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:25:53.379Z||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-04-08T06:25:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:25:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:25:53.382Z||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-04-08T06:25:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:26:02.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:26:02.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:26:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:26:53.380Z||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-04-08T06:26:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:26:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:26:53.382Z||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-04-08T06:26:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:27:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:27:02.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:27:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:27:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:27:53.382Z||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-04-08T06:27:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:27:53.387Z||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-04-08T06:27:53.387Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:28:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:28:02.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:28:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:28:53.379Z||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-04-08T06:28:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:28:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:28:53.382Z||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-04-08T06:28:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:29:02.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:29:02.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:29:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:29:53.379Z||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-04-08T06:29:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:29:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:29:53.383Z||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-04-08T06:29:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:30:03.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:30:03.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:30:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:30:53.379Z||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-04-08T06:30:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:30:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:30:53.381Z||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-04-08T06:30:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:31:02.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:31:02.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:31:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:31:53.379Z||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-04-08T06:31:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:31:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:31:53.381Z||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-04-08T06:31:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:32:02.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:32:03.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:32:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:32:53.381Z||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-04-08T06:32:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:32:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:32:53.381Z||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-04-08T06:32:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:33:02.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:33:02.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:33:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:33:53.380Z||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-04-08T06:33:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:33:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:33:53.381Z||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-04-08T06:33:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:34:02.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:34:02.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:34:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:34:53.379Z||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-04-08T06:34:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:34:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:34:53.381Z||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-04-08T06:34:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:35:02.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:35:03.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:35:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:35:53.379Z||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-04-08T06:35:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:35:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:35:53.382Z||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-04-08T06:35:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:36:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:36:02.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:36:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:36:53.379Z||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-04-08T06:36:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:36:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:36:53.381Z||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-04-08T06:36:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:37:02.999Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:37:03.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:37:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:37:53.379Z||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-04-08T06:37:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:37:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:37:53.381Z||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-04-08T06:37:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:38:02.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:38:02.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:38:53.380Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:38:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:38:53.381Z||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-04-08T06:38:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:38:53.382Z||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-04-08T06:38:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:39:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:39:02.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:39:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:39:53.381Z||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-04-08T06:39:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:39:53.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:39:53.384Z||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-04-08T06:39:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:40:02.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:40:02.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:40:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:40:53.379Z||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-04-08T06:40:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:40:53.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:40:53.388Z||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-04-08T06:40:53.388Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:41:02.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:41:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:41:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:41:53.379Z||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-04-08T06:41:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:41:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:41:53.383Z||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-04-08T06:41:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:42:03.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:42:03.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:42:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:42:53.379Z||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-04-08T06:42:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:42:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:42:53.382Z||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-04-08T06:42:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:43:02.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:43:03.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:43:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:43:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:43:53.382Z||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-04-08T06:43:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:43:53.382Z||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-04-08T06:43:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:44:03.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:44:03.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:44:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:44:53.379Z||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-04-08T06:44:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:44:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:44:53.381Z||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-04-08T06:44:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:45:03.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:45:03.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:45:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:45:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:45:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:45:53.382Z||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-04-08T06:45:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:46:02.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:46:02.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:46:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:46:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:46:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:46:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:46:53.382Z||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-04-08T06:46:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:47:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:47:02.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:47:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:47:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:47:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:47:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:47:53.382Z||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-04-08T06:47:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:48:02.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:48:03.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:48:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:48:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:48:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:48:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:48:53.381Z||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-04-08T06:48:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:49:02.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:49:02.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:49:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:49:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:49:53.381Z||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-04-08T06:49:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:49:53.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:49:53.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:50:02.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:50:02.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:50:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:50:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:50:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:50:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:50:53.382Z||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-04-08T06:50:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:51:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:51:02.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:51:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:51:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:51:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:51:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:51:53.381Z||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-04-08T06:51:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:52:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:52:03.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:52:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:52:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:52:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:52:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:52:53.381Z||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-04-08T06:52:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:53:02.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:53:02.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:53:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:53:53.378Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:53:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:53:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:53:53.382Z||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-04-08T06:53:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:54:02.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:54:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:54:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:54:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:54:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:54:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:54:53.382Z||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-04-08T06:54:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:55:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:55:02.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:55:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:55:53.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:55:53.379Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:55:53.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:55:53.383Z||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-04-08T06:55:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:56:02.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:56:02.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:56:53.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:56:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:56:53.381Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T06:56:53.382Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T06:56:53.382Z||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-04-08T06:56:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:57:02.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:57:02.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:57:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:57:53.379Z||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-04-08T06:57:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:57:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:57:53.381Z||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-04-08T06:57:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:58:02.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:58:02.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:58:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:58:53.379Z||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-04-08T06:58:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:58:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:58:53.381Z||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-04-08T06:58:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:59:02.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:59:02.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T06:59:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:59:53.379Z||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-04-08T06:59:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T06:59:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T06:59:53.382Z||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-04-08T06:59:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:00:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:00:02.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:00:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:00:53.379Z||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-04-08T07:00:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:00:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:00:53.382Z||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-04-08T07:00:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:01:02.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:01:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:01:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:01:53.379Z||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-04-08T07:01:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:01:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:01:53.382Z||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-04-08T07:01:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:02:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:02:02.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:02:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:02:53.379Z||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-04-08T07:02:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:02:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:02:53.382Z||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-04-08T07:02:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:03:02.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:03:02.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:03:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:03:53.380Z||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-04-08T07:03:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:03:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:03:53.382Z||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-04-08T07:03:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:04:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:04:02.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:04:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:04:53.379Z||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-04-08T07:04:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:04:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:04:53.381Z||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-04-08T07:04:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:05:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:05:02.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:05:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:05:53.379Z||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-04-08T07:05:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:05:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:05:53.382Z||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-04-08T07:05:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:06:02.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:06:02.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:06:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:06:53.379Z||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-04-08T07:06:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:06:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:06:53.383Z||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-04-08T07:06:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:07:02.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:07:02.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:07:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:07:53.379Z||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-04-08T07:07:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:07:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:07:53.382Z||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-04-08T07:07:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:08:02.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:08:02.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:08:53.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:08:53.379Z||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-04-08T07:08:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:08:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:08:53.381Z||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-04-08T07:08:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:09:02.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:09:02.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:09:53.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:09:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:09:53.383Z||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-04-08T07:09:53.383Z||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-04-08T07:09:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:09:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:10:02.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:10:02.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:10:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:10:53.379Z||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-04-08T07:10:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:10:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:10:53.382Z||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-04-08T07:10:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:11:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:11:02.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:11:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:11:53.379Z||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-04-08T07:11:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:11:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:11:53.382Z||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-04-08T07:11:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:12:02.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:12:02.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:12:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:12:53.379Z||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-04-08T07:12:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:12:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:12:53.381Z||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-04-08T07:12:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:13:02.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:13:02.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:13:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:13:53.379Z||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-04-08T07:13:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:13:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:13:53.381Z||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-04-08T07:13:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:14:02.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:14:02.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:14:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:14:53.378Z||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-04-08T07:14:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:14:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:14:53.381Z||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-04-08T07:14:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:15:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:15:02.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:15:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:15:53.379Z||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-04-08T07:15:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:15:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:15:53.381Z||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-04-08T07:15:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:16:02.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:16:02.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:16:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:16:53.380Z||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-04-08T07:16:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:16:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:16:53.381Z||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-04-08T07:16:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:17:03.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:17:03.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:17:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:17:53.379Z||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-04-08T07:17:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:17:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:17:53.383Z||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-04-08T07:17:53.388Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:18:02.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:18:02.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:18:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:18:53.379Z||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-04-08T07:18:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:18:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:18:53.381Z||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-04-08T07:18:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:19:02.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:19:02.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:19:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:19:53.379Z||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-04-08T07:19:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:19:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:19:53.381Z||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-04-08T07:19:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:20:02.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:20:02.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:20:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:20:53.379Z||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-04-08T07:20:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:20:53.381Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:20:53.381Z||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-04-08T07:20:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:21:02.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:21:03.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:21:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:21:53.379Z||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-04-08T07:21:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:21:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:21:53.382Z||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-04-08T07:21:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:22:02.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:22:02.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:22:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:22:53.378Z||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-04-08T07:22:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:22:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:22:53.381Z||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-04-08T07:22:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:23:02.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:23:02.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:23:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:23:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:23:53.382Z||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-04-08T07:23:53.382Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:23:53.383Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:23:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:24:02.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:24:02.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:24:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:24:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:24:53.380Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:24:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:24:53.382Z||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-04-08T07:24:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:25:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:25:02.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:25:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:25:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:25:53.380Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:25:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:25:53.382Z||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-04-08T07:25:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:26:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:26:02.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:26:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:26:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:26:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:26:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:26:53.381Z||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-04-08T07:26:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:27:02.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:27:02.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:27:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:27:53.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:27:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:27:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:27:53.382Z||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-04-08T07:27:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:28:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:28:02.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:28:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:28:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:28:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:28:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:28:53.382Z||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-04-08T07:28:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:29:02.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:29:02.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:29:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:29:53.381Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:29:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:29:53.381Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:29:53.382Z||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-04-08T07:29:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:30:02.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:30:02.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:30:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:30:53.380Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:30:53.380Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:30:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:30:53.382Z||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-04-08T07:30:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:31:03.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:31:03.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:31:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:31:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:31:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:31:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:31:53.381Z||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-04-08T07:31:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:32:02.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:32:02.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:32:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:32:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:32:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:32:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:32:53.381Z||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-04-08T07:32:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:33:02.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:33:02.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:33:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:33:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:33:53.380Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:33:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:33:53.382Z||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-04-08T07:33:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:34:02.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:34:02.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:34:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:34:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:34:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:34:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:34:53.381Z||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-04-08T07:34:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:35:03.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:35:03.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:35:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:35:53.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:35:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:35:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:35:53.382Z||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-04-08T07:35:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:36:02.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:36:02.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:36:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:36:53.380Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:36:53.380Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:36:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:36:53.381Z||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-04-08T07:36:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:37:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:37:02.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:37:53.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:37:53.379Z||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-04-08T07:37:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:37:53.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:37:53.382Z||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-04-08T07:37:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:38:02.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:38:02.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:38:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:38:53.379Z||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-04-08T07:38:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:38:53.381Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:38:53.382Z||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-04-08T07:38:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:39:02.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:39:02.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:39:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:39:53.379Z||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-04-08T07:39:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:39:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:39:53.384Z||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-04-08T07:39:53.384Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:40:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:40:02.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:40:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:40:53.379Z||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-04-08T07:40:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:40:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:40:53.382Z||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-04-08T07:40:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:41:03.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:41:03.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:41:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:41:53.379Z||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-04-08T07:41:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:41:53.381Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:41:53.383Z||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-04-08T07:41:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:42:02.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:42:03.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:42:53.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:42:53.379Z||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-04-08T07:42:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:42:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:42:53.382Z||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-04-08T07:42:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:43:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:43:02.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:43:53.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:43:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:43:53.382Z||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-04-08T07:43:53.382Z||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-04-08T07:43:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:43:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:44:02.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:44:02.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:44:53.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:44:53.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-08T07:44:53.379Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T07:44:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:44:53.383Z||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-04-08T07:44:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:45:03.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:45:03.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:45:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:45:53.379Z||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-04-08T07:45:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:45:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:45:53.383Z||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-04-08T07:45:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:46:02.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:46:03.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:46:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:46:53.379Z||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-04-08T07:46:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:46:53.381Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:46:53.381Z||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-04-08T07:46:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:47:02.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:47:02.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:47:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:47:53.378Z||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-04-08T07:47:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:47:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:47:53.381Z||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-04-08T07:47:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:48:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:48:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:48:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:48:53.378Z||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-04-08T07:48:53.378Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:48:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:48:53.381Z||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-04-08T07:48:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:49:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:49:03.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:49:32.040Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-08T07:49:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:49:53.379Z||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-04-08T07:49:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:49:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:49:53.381Z||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-04-08T07:49:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:50:02.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:50:02.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:50:53.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:50:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:50:53.382Z||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-04-08T07:50:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:50:53.382Z||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-04-08T07:50:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:51:02.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:51:02.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:51:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:51:53.379Z||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-04-08T07:51:53.380Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:51:53.381Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:51:53.381Z||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-04-08T07:51:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:52:02.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:52:03.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:52:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:52:53.379Z||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-04-08T07:52:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:52:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:52:53.381Z||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-04-08T07:52:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:53:02.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:53:02.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:53:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:53:53.379Z||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-04-08T07:53:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:53:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:53:53.381Z||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-04-08T07:53:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:54:02.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:54:02.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:54:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:54:53.378Z||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-04-08T07:54:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:54:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:54:53.382Z||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-04-08T07:54:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:55:02.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:55:03.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:55:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:55:53.379Z||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-04-08T07:55:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:55:53.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:55:53.381Z||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-04-08T07:55:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:56:02.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:56:02.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:56:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:56:53.379Z||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-04-08T07:56:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:56:53.381Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:56:53.381Z||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-04-08T07:56:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:57:02.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:57:02.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:57:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:57:53.381Z||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-04-08T07:57:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:57:53.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:57:53.381Z||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-04-08T07:57:53.381Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:58:03.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:58:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:58:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:58:53.379Z||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-04-08T07:58:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:58:53.381Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:58:53.382Z||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-04-08T07:58:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:59:02.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:59:03.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T07:59:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:59:53.379Z||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-04-08T07:59:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T07:59:53.382Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T07:59:53.382Z||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-04-08T07:59:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:03.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:03.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:53.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:00:53.379Z||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-04-08T08:00:53.379Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:00:53.381Z||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-04-08T08:00:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:54.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:54.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"71340893-33f5-422d-827f-994717e033fe","serviceName":"basic_onboard_VbCKdK","serviceVersion":"1.0","serviceUUID":"fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46","serviceDescription":"service","serviceInvariantUUID":"010a9dbc-7e7e-4fd8-a741-b071041c98d2","resources":[{"resourceInstanceName":"basic_onboard_VbCKdK 0","resourceName":"basic_onboard_VbCKdK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"daf9e24f-8c99-4e6c-acde-9d4e6f336369","resourceInvariantUUID":"4fe363f3-ea3f-4a43-99c9-a409e34f0464","resourceCustomizationUUID":"aa1c7ad9-1ee0-40fc-894c-1449b3264bed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1Y2MzZDk5ZWM1MzI1N2IzNjIxZDk5MTc1MTc1YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8baebf7-2f3c-4f17-a1e1-af6e88c1716c","artifactVersion":"1"},{"artifactName":"basic_onboard_vbckdk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json","artifactChecksum":"M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22a11ba4-d3c3-4418-9df1-7d3382052524","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b9546981-5f52-48d1-8262-20adc8804aca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3a2acb2-ef3e-487c-8bdb-7cba25428822","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"009783c3-fb0c-4793-8797-d18ea119ef2c","artifactVersion":"2","generatedFromUUID":"b9546981-5f52-48d1-8262-20adc8804aca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVbckdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml","artifactChecksum":"OTkwZmE3NjU0MGNiODFiYWExNzAxMDY4NTk1M2ZlN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"314cbc1b-c7c5-4063-bb0a-fb3c97b9d7fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVbckdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar","artifactChecksum":"NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5684f51f-8fee-4ae1-a765-d1d134d29766","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-08T08:00:54.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.058Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:54.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.086Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.086Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1649404801444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404800053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404805080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404805188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404813970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404814306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404814467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404808525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "cds",
"timestamp": 1649404815506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-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-04-08T08:00:54.186Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-08T08:00:54.191Z||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-04-08T08:00:54.191Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:54.226Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:54.227Z||pool-3-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-08T08:00:54.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe
2022-04-08T08:00:54.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe 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-04-08T08:00:54.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404815544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404816896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404817132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404817912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:00:54.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404818260,
"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-04-08T08:00:54.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe
2022-04-08T08:00:54.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe 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-04-08T08:00:54.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "policy-id",
"timestamp": 1649404818917,
"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-04-08T08:00:54.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71340893-33f5-422d-827f-994717e033fe
2022-04-08T08:00:54.491Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe 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-04-08T08:00:54.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649404819268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:00:54.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649404820813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-08T08:00:54.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:54.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404819894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:00:54.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:00:54.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404828405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:00:54.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404845718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-08T08:00:54.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:00:54.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:00:54.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "aai-ml",
"timestamp": 1649404846727,
"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-04-08T08:00:54.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 71340893-33f5-422d-827f-994717e033fe
2022-04-08T08:00:54.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71340893-33f5-422d-827f-994717e033fe 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-04-08T08:00:55.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:55.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:55.099Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:55.099Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:00:55.199Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:00:55.200Z||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-04-08T08:00:55.200Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:55.220Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:55.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:00:56.099Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:56.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:56.103Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:56.103Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:00:56.203Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:00:56.204Z||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-04-08T08:00:56.205Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:56.225Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:56.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:00:57.103Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:57.105Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:57.107Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:57.108Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:57.208Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:00:57.209Z||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-04-08T08:00:57.209Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:57.246Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:57.248Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:00:58.108Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:58.110Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:58.112Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:58.112Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-08T08:00:58.212Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:00:58.213Z||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-04-08T08:00:58.213Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:58.261Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:58.263Z||pool-7-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:00:59.113Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:00:59.115Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:00:59.117Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:00:59.117Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:00:59.218Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:00:59.219Z||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-04-08T08:00:59.219Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:00:59.282Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:00:59.282Z||pool-8-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:00.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:01:00.119Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:00.122Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:00.122Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:01:00.222Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:00.223Z||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-04-08T08:01:00.223Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:00.256Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:00.257Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:01.124Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"serviceName": "basic_onboard_VbCKdK",
"serviceVersion": "1.0",
"serviceUUID": "fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46",
"serviceDescription": "service",
"serviceInvariantUUID": "010a9dbc-7e7e-4fd8-a741-b071041c98d2",
"resources": [
{
"resourceInstanceName": "basic_onboard_VbCKdK 0",
"resourceCustomizationUUID": "aa1c7ad9-1ee0-40fc-894c-1449b3264bed",
"resourceName": "basic_onboard_VbCKdK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "daf9e24f-8c99-4e6c-acde-9d4e6f336369",
"resourceInvariantUUID": "4fe363f3-ea3f-4a43-99c9-a409e34f0464",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vbckdk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"artifactChecksum": "M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22a11ba4-d3c3-4418-9df1-7d3382052524",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b9546981-5f52-48d1-8262-20adc8804aca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "009783c3-fb0c-4793-8797-d18ea119ef2c",
"generatedFromUUID": "b9546981-5f52-48d1-8262-20adc8804aca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "009783c3-fb0c-4793-8797-d18ea119ef2c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVbckdk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"artifactChecksum": "NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5684f51f-8fee-4ae1-a765-d1d134d29766"
}
],
"workloadContext": "Production"
}
2022-04-08T08:01:01.126Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-08T08:01:01.126Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 ASDC
2022-04-08T08:01:01.281Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:71340893-33f5-422d-827f-994717e033fe
ServiceName:basic_onboard_VbCKdK
ServiceVersion:1.0
ServiceUUID:fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46
ServiceInvariantUUID:010a9dbc-7e7e-4fd8-a741-b071041c98d2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVbckdk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar
ArtifactUUID:5684f51f-8fee-4ae1-a765-d1d134d29766
ArtifactChecksum:NDNlYmNhNjE1ODhjZGMxNGZiN2U3YmIwY2U4MWRjZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VbCKdK 0
ResourceCustomizationUUID:aa1c7ad9-1ee0-40fc-894c-1449b3264bed
ResourceInvariantUUID:4fe363f3-ea3f-4a43-99c9-a409e34f0464
ResourceName:basic_onboard_VbCKdK
ResourceType:VF
ResourceUUID:daf9e24f-8c99-4e6c-acde-9d4e6f336369
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vbckdk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json
ArtifactUUID:22a11ba4-d3c3-4418-9df1-7d3382052524
ArtifactChecksum:M2Q5NTFhMTViNWFhYjk3YzE1NTk3MGYzZDAyOTQyZmY=
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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b9546981-5f52-48d1-8262-20adc8804aca
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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
ArtifactUUID:009783c3-fb0c-4793-8797-d18ea119ef2c
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/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
ArtifactUUID:009783c3-fb0c-4793-8797-d18ea119ef2c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-08T08:01:01.282Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46 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-04-08T08:01:01.444Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:01:01.447Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-08T08:01:01.451Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-08T08:01:01.452Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5684f51f-8fee-4ae1-a765-d1d134d29766 from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:01.452Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-08T08:01:01.455Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:02.166Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-08T08:01:02.186Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar 5684f51f-8fee-4ae1-a765-d1d134d29766 71576
2022-04-08T08:01:02.192Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar ASDC sendASDCNotification
2022-04-08T08:01:02.192Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:02.193Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:01:02.195Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:02.197Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:02.198Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404862190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:01:02.297Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:01:02.298Z||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-04-08T08:01:02.299Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:02.314Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:02.315Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:03.199Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:01:03.200Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-08T08:01:03.200Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5684f51f-8fee-4ae1-a765-d1d134d29766, URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar to file: /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:03.201Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:03.339Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:03.340Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:03.997Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5211911865571727502/Definitions/service-BasicOnboardVbckdk-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-04-08T08:01:06.827Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-08T08:01:06.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VbCKdK 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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||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-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:06.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-08T08:01:06.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.842Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:06.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-08T08:01:06.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:01:06.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.850Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria
2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-08T08:01:06.854Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-08T08:01:06.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.856Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:06.857Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:06.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:06.859Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria
2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=314699ba-19ba-47e9-95e2-4c6b88c92818
2022-04-08T08:01:06.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:06.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VbCKdK
Description:service
Model UUID:fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46
Model Version:NULL
Model InvariantUuid:010a9dbc-7e7e-4fd8-a741-b071041c98d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VbCKdK
Model UUID:6d244f5c-ba96-4a34-ae1e-e9739e033697
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4fe363f3-ea3f-4a43-99c9-a409e34f0464
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aa1c7ad9-1ee0-40fc-894c-1449b3264bed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:132acf3a-e379-446d-a568-499158e70939
ModelName:BasicOnboardVbckdk..base_ubuntu18..module-0
ModelUuid:4e6f60e1-cc7d-4065-8915-3bd6e4891097
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:314699ba-19ba-47e9-95e2-4c6b88c92818
ModelInvariantUuid:173c9cb4-9adb-4bbb-bc38-e8a4a4f4e8f4
ModelName:basic_onboard_VbCKdK-nodes.ubuntu18Cvfc
ModelUuid:0871876a-5812-4535-bf34-7bef6948bd25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:968ef605-f930-4ca7-a29b-29326d00d44e
ModelInvariantUuid:8174d9b7-051d-4133-99ac-3903996eddb4
ModelName:BasicOnboardVbckdk.compute.nodes.heat.ubuntu18
ModelUuid:03b2ca05-f2d5-4be8-9579-87e390b9198a
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-04-08T08:01:06.879Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: daf9e24f-8c99-4e6c-acde-9d4e6f336369
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-04-08T08:01:06.998Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||basic_onboard_VbCKdK 0
2022-04-08T08:01:07.005Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: daf9e24f-8c99-4e6c-acde-9d4e6f336369
2022-04-08T08:01:07.005Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 22a11ba4-d3c3-4418-9df1-7d3382052524 from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json
2022-04-08T08:01:07.006Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-08T08:01:07.006Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json
2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json 22a11ba4-d3c3-4418-9df1-7d3382052524 798
2022-04-08T08:01:07.840Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json ASDC sendASDCNotification
2022-04-08T08:01:07.841Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json
2022-04-08T08:01:07.841Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:01:07.842Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:07.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:07.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404867840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:01:07.946Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:07.947Z||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-04-08T08:01:07.947Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:08.003Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:08.003Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:01:08.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVbckdk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "132acf3a-e379-446d-a568-499158e70939",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e6f60e1-cc7d-4065-8915-3bd6e4891097",
"vfModuleModelCustomizationUUID": "39116732-650d-4be4-87e8-e40a8d42e0c1",
"isBase": true,
"artifacts": [
"b9546981-5f52-48d1-8262-20adc8804aca",
"009783c3-fb0c-4793-8797-d18ea119ef2c"
],
"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-04-08T08:01:08.870Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbckdk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e6f60e1-cc7d-4065-8915-3bd6e4891097
VfModuleModelInvariantUUID:132acf3a-e379-446d-a568-499158e70939
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9546981-5f52-48d1-8262-20adc8804aca
,
009783c3-fb0c-4793-8797-d18ea119ef2c
}
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-04-08T08:01:08.877Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVbckdk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "132acf3a-e379-446d-a568-499158e70939",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e6f60e1-cc7d-4065-8915-3bd6e4891097",
"vfModuleModelCustomizationUUID": "39116732-650d-4be4-87e8-e40a8d42e0c1",
"isBase": true,
"artifacts": [
"b9546981-5f52-48d1-8262-20adc8804aca",
"009783c3-fb0c-4793-8797-d18ea119ef2c"
],
"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-04-08T08:01:08.877Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbckdk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e6f60e1-cc7d-4065-8915-3bd6e4891097
VfModuleModelInvariantUUID:132acf3a-e379-446d-a568-499158e70939
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9546981-5f52-48d1-8262-20adc8804aca
,
009783c3-fb0c-4793-8797-d18ea119ef2c
}
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-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9546981-5f52-48d1-8262-20adc8804aca from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml
2022-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-08T08:01:08.878Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml
2022-04-08T08:01:09.553Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-08T08:01:09.554Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml b9546981-5f52-48d1-8262-20adc8804aca 5033
2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml
2022-04-08T08:01:09.555Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:01:09.556Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:09.558Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:09.558Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404869555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:01:09.658Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:09.659Z||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-04-08T08:01:09.660Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:09.683Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:09.684Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:10.560Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 009783c3-fb0c-4793-8797-d18ea119ef2c from URL: /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
2022-04-08T08:01:10.561Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-08T08:01:10.563Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
2022-04-08T08:01:10.955Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-08T08:01:10.958Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env 009783c3-fb0c-4793-8797-d18ea119ef2c 909
2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
2022-04-08T08:01:10.959Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:01:10.960Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:10.967Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:10.967Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404870959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:01:11.067Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:01:11.068Z||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-04-08T08:01:11.068Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:11.095Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:11.096Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:01:11.968Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46
2022-04-08T08:01:11.969Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VbCKdK 0 daf9e24f-8c99-4e6c-acde-9d4e6f336369 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-04-08T08:01:12.010Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d70857, org.onap.sdc.toscaparser.api.parameters.Input@183808be, org.onap.sdc.toscaparser.api.parameters.Input@64810c32, org.onap.sdc.toscaparser.api.parameters.Input@3270cca5, org.onap.sdc.toscaparser.api.parameters.Input@3e69ef0c]
2022-04-08T08:01:12.015Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-04-08T08:01:12.016Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa1c7ad9-1ee0-40fc-894c-1449b3264bed
2022-04-08T08:01:12.017Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed matches Tosca VF Customization UUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed
2022-04-08T08:01:12.017Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa1c7ad9-1ee0-40fc-894c-1449b3264bed 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-04-08T08:01:12.025Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.026Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.027Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa1c7ad9-1ee0-40fc-894c-1449b3264bed: {\"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-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@640348fe
2022-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.028Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:01:12.029Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39116732-650d-4be4-87e8-e40a8d42e0c1
2022-04-08T08:01:12.030Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39116732-650d-4be4-87e8-e40a8d42e0c1
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-04-08T08:01:12.038Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.039Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:12.039Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:12.040Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is not matching search criteria
2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-08T08:01:12.041Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=314699ba-19ba-47e9-95e2-4c6b88c92818
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-04-08T08:01:12.056Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.056Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:12.057Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:01:12.057Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.058Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VbCKdK 0 is matching search criteria
2022-04-08T08:01:12.058Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VbCKdK 0] matching following query criteria: sdcType=VF, customizationUUID=aa1c7ad9-1ee0-40fc-894c-1449b3264bed
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-04-08T08:01:12.060Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46: basic_onboard_VbCKdK
2022-04-08T08:01:12.061Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.062Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.063Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:01:12.064Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VbCKdK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:01:12.064Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VbCKdK
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-04-08T08:01:12.283Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VbCKdK daf9e24f-8c99-4e6c-acde-9d4e6f336369 1 ASDC deployResourceStructure
2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json ASDC sendASDCNotification
2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json
2022-04-08T08:01:12.284Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:01:12.285Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:12.287Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:12.287Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404872284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:01:12.387Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:12.389Z||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-04-08T08:01:12.389Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:12.414Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:12.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:01:13.289Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-08T08:01:13.290Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml
2022-04-08T08:01:13.290Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:01:13.291Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:13.296Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:13.297Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404873289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-08T08:01:13.396Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-08T08:01:13.400Z||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-04-08T08:01:13.400Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:13.438Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:13.438Z||pool-15-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-04-08T08:01:14.298Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-08T08:01:14.299Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env
2022-04-08T08:01:14.300Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:01:14.300Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:14.302Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:14.303Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404874298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-08T08:01:14.403Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:14.404Z||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-04-08T08:01:14.404Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:14.433Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:14.434Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:15.304Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar ASDC sendASDCNotification
2022-04-08T08:01:15.304Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar
2022-04-08T08:01:15.305Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:01:15.305Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-08T08:01:15.307Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:01:15.307Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404875303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:01:15.407Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:01:15.408Z||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-04-08T08:01:15.408Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:15.428Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:15.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:01:16.309Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:01:16.338Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:01:16.343Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:01:16.344Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:01:46.345Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:01:46.360Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:01:46.376Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:01:46.376Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:01:46.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:01:46.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:01:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:01:53.382Z||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-04-08T08:01:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:01:53.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:01:53.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:01:53.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:01:53.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:16.377Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:02:16.398Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:02:16.404Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:02:16.404Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:02:16.405Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:02:16.405Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:02:46.406Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:02:46.422Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:02:46.429Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:02:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:02:53.382Z||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-04-08T08:02:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:02:53.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:02:53.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:02:53.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:02:53.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:02:53.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-08T08:02:53.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:02:53.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404853378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:02:53.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404862190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:02:53.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404867840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404869555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404870959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:02:53.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404872284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/basic_onboard_vbckdk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404873289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404874298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/resourceInstances/basic_onboard_vbckdk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-08T08:02:53.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:02:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:02:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649404875303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbckdk/1.0/artifacts/service-BasicOnboardVbckdk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:02:53.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:03:16.430Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:03:16.458Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:03:16.470Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:03:16.471Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:03:46.472Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:03:46.481Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@58bc20f0 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 70 common frames omitted
2022-04-08T08:03:46.484Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-08T08:03:46.484Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||(conn=4580) WSREP has not yet prepared node for application use
2022-04-08T08:03:46.486Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 70 common frames omitted
2022-04-08T08:03:46.489Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 43 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4580) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 64 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 69 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 70 common frames omitted
2022-04-08T08:03:46.499Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-08T08:03:46.500Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 27 common frames omitted
2022-04-08T08:03:46.501Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-08T08:03:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:03:53.382Z||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-04-08T08:03:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:04:02.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:04:16.501Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:04:16.521Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:04:16.525Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:04:46.526Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:04:46.546Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:04:46.550Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:04:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:04:53.383Z||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-04-08T08:04:53.383Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:04:54.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:04:54.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405045188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405045080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405048525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405060926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405061293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405060832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "cds",
"timestamp": 1649405061941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-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-04-08T08:04:54.113Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d
2022-04-08T08:04:54.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:04:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405062298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:04:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405062063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "policy-id",
"timestamp": 1649405063301,
"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-04-08T08:04:54.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d
2022-04-08T08:04:54.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:04:54.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405063428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405064467,
"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-04-08T08:04:54.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d
2022-04-08T08:04:54.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:04:54.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405065474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405059893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405061440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405068396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:04:54.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405070053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:04:54.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405078261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:04:54.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405083068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:04:54.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649405084075,
"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-04-08T08:04:54.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d
2022-04-08T08:04:54.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:04:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405083743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-08T08:04:54.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:04:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:04:54.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "aai-ml",
"timestamp": 1649405084750,
"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-04-08T08:04:54.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of caff4f50-d20d-4637-83ad-66b8da5b7a2d
2022-04-08T08:04:54.249Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:05:16.551Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:05:16.568Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:05:16.573Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:05:16.573Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:05:16.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:05:16.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:05:46.574Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:05:46.588Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71340893-33f5-422d-827f-994717e033fe
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-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-08T08:05:46.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-08T08:05:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:05:53.382Z||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-04-08T08:05:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:02.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:16.593Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-08T08:06:16.594Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71340893-33f5-422d-827f-994717e033fe 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-04-08T08:06:16.608Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71340893-33f5-422d-827f-994717e033fe and serviceModelVersionId: fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46
2022-04-08T08:06:16.609Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 010a9dbc-7e7e-4fd8-a741-b071041c98d2
2022-04-08T08:06:35.210Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0
2022-04-08T08:06:35.383Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-08T08:06:36.162Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:36.174Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke
2022-04-08T08:06:37.744Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:37.746Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke
2022-04-08T08:06:39.273Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:39.274Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Invoke
2022-04-08T08:06:40.312Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:06:40.314Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:40.314Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:06:40.316Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:40.327Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:40.328Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71340893-33f5-422d-827f-994717e033fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:06:40.330Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-08T08:06:40.330Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:40.333Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:40.333Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405200329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-08T08:06:40.433Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:06:40.435Z||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-04-08T08:06:40.435Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:40.477Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:40.478Z||pool-18-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-08T08:06:41.362Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:06:41.363Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:06:41.363Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:45.818Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:45.819Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||received message from topic
2022-04-08T08:06:45.819Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"caff4f50-d20d-4637-83ad-66b8da5b7a2d","serviceName":"vFW 2022-04-08 07-59-41","serviceVersion":"1.0","serviceUUID":"3a146845-cc91-4a4e-97a8-9c0eb0ead22e","serviceDescription":"catalog service description","serviceInvariantUUID":"ca3d4119-19e0-4ca1-8a96-3e28b2a508b2","resources":[{"resourceInstanceName":"vFW 895261ca-6ee4 0","resourceName":"vFW 895261ca-6ee4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40f53275-4afd-452d-8782-8587c9858ed4","resourceInvariantUUID":"d12d67ab-652f-4014-8e79-b53a135580a4","resourceCustomizationUUID":"c40d54a0-243b-4945-95d5-5b33d68d7057","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml","artifactChecksum":"MjdkNzQ3OThlNDdkMTk5Y2IwODRiMTAxMjUyOGMyOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d93367e-409e-410a-88ed-caeef82ad5b5","artifactVersion":"1"},{"artifactName":"vfw895261ca6ee40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json","artifactChecksum":"NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbd90de1-c1c4-4eb8-b631-165c705a8a0d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f453415-a077-49ef-9a8d-f4ce4eba8620","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml","artifactChecksum":"OWYyMWQxOWM5MGZkNzFhOTI0MjcyNjhiZTQ1NjQzYjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db847100-1dbe-43a4-ac55-c684687ffe36","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed3959c3-2400-4191-8464-e8a3ea93a160","artifactVersion":"2","generatedFromUUID":"1f453415-a077-49ef-9a8d-f4ce4eba8620"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408075941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml","artifactChecksum":"ODE4NTQyZDJjZmQ3NjliYWI4ZDkyODBlYWY4NzE1ZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a3dbbdc-58d6-4df5-9bf1-cd4332cf4b5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220408075941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar","artifactChecksum":"ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f887a893-bee5-40e1-b2e4-3caabba7d0d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-08T08:06:45.823Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:45.824Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:45.831Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:45.832Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:45.927Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-08T08:06:45.928Z||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-04-08T08:06:45.928Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:45.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:45.946Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:06:46.833Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:46.834Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:46.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:46.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:06:46.936Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:46.937Z||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-04-08T08:06:46.937Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:46.960Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:46.961Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:06:47.836Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:47.839Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:47.844Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:47.844Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:06:47.944Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:47.945Z||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-04-08T08:06:47.945Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:47.972Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:47.973Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:06:48.845Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:48.846Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:48.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:48.848Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:48.948Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:48.950Z||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-04-08T08:06:48.950Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:48.977Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:48.978Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:06:49.849Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:49.851Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:49.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:49.855Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:06:49.955Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:06:49.957Z||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-04-08T08:06:49.957Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:49.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:49.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:06:50.856Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:50.858Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:50.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:50.860Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:50.960Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:50.962Z||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-04-08T08:06:50.962Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:51.005Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:51.006Z||pool-24-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:06:51.861Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:06:51.862Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:51.864Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:51.864Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:06:51.964Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:51.965Z||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-04-08T08:06:51.965Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:51.996Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:51.996Z||pool-25-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:06:52.866Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"serviceName": "vFW 2022-04-08 07-59-41",
"serviceVersion": "1.0",
"serviceUUID": "3a146845-cc91-4a4e-97a8-9c0eb0ead22e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ca3d4119-19e0-4ca1-8a96-3e28b2a508b2",
"resources": [
{
"resourceInstanceName": "vFW 895261ca-6ee4 0",
"resourceCustomizationUUID": "c40d54a0-243b-4945-95d5-5b33d68d7057",
"resourceName": "vFW 895261ca-6ee4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "40f53275-4afd-452d-8782-8587c9858ed4",
"resourceInvariantUUID": "d12d67ab-652f-4014-8e79-b53a135580a4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw895261ca6ee40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"artifactChecksum": "NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbd90de1-c1c4-4eb8-b631-165c705a8a0d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1f453415-a077-49ef-9a8d-f4ce4eba8620",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed3959c3-2400-4191-8464-e8a3ea93a160",
"generatedFromUUID": "1f453415-a077-49ef-9a8d-f4ce4eba8620"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed3959c3-2400-4191-8464-e8a3ea93a160",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220408075941-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"artifactChecksum": "ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f887a893-bee5-40e1-b2e4-3caabba7d0d5"
}
],
"workloadContext": "Production"
}
2022-04-08T08:06:52.867Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-08T08:06:52.867Z|71340893-33f5-422d-827f-994717e033fe|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a146845-cc91-4a4e-97a8-9c0eb0ead22e ASDC
2022-04-08T08:06:52.869Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC Notification:
DistributionID:caff4f50-d20d-4637-83ad-66b8da5b7a2d
ServiceName:vFW 2022-04-08 07-59-41
ServiceVersion:1.0
ServiceUUID:3a146845-cc91-4a4e-97a8-9c0eb0ead22e
ServiceInvariantUUID:ca3d4119-19e0-4ca1-8a96-3e28b2a508b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220408075941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar
ArtifactUUID:f887a893-bee5-40e1-b2e4-3caabba7d0d5
ArtifactChecksum:ODU5OTYyZTY1NjRlZmI2OTZkYWIzNzM5OTExZmQwNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 895261ca-6ee4 0
ResourceCustomizationUUID:c40d54a0-243b-4945-95d5-5b33d68d7057
ResourceInvariantUUID:d12d67ab-652f-4014-8e79-b53a135580a4
ResourceName:vFW 895261ca-6ee4
ResourceType:VF
ResourceUUID:40f53275-4afd-452d-8782-8587c9858ed4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw895261ca6ee40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json
ArtifactUUID:cbd90de1-c1c4-4eb8-b631-165c705a8a0d
ArtifactChecksum:NjM3NGUyZmMwNDAxMGUxMGU0ODNmNGM2N2VlMmU1MGE=
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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml
ArtifactUUID:1f453415-a077-49ef-9a8d-f4ce4eba8620
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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
ArtifactUUID:ed3959c3-2400-4191-8464-e8a3ea93a160
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/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
ArtifactUUID:ed3959c3-2400-4191-8464-e8a3ea93a160
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-08T08:06:52.870Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a146845-cc91-4a4e-97a8-9c0eb0ead22e 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-04-08T08:06:52.915Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:06:52.915Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: f887a893-bee5-40e1-b2e4-3caabba7d0d5 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:06:52.916Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:53.189Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:06:53.199Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar f887a893-bee5-40e1-b2e4-3caabba7d0d5 98916
2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar ASDC sendASDCNotification
2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:53.200Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:06:53.201Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:53.202Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:53.203Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405213200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:06:53.303Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:53.304Z||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-04-08T08:06:53.304Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:53.334Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:53.335Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:06:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:06:53.382Z||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-04-08T08:06:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:54.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:54.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71340893-33f5-422d-827f-994717e033fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405200329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-08T08:06:54.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:06:54.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:54.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:06:54.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405201362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405213200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:06:54.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:06:54.203Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:06:54.204Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:06:54.204Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to write artifact UUID: f887a893-bee5-40e1-b2e4-3caabba7d0d5, URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar to file: /app/ASDC/1/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:54.205Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408075941-csar.csar
2022-04-08T08:06:54.206Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:54.206Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:54.542Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14025012641095690469/Definitions/service-Vfw20220408075941-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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-04-08T08:06:57.271Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||####################################################################################################
2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-08T08:06:57.272Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 895261ca-6ee4 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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.273Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-Vfw20220408075941-csar.csar
2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|WARN|500||####################################################################################################
2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.274Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Search for entities recursively
2022-04-08T08:06:57.275Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Search for entities recursively
2022-04-08T08:06:57.276Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:06:57.277Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:06:57.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:06:57.280Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:06:57.281Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:06:57.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.284Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=603e5d8d-da3d-424a-ba2d-a067b09a98a5
2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:06:57.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.286Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3
2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:06:57.288Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:06:57.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34d3d4c9-6cc4-4c41-8ea4-4366f32054ba
2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:06:57.292Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:06:57.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-08 07-59-41
Description:catalog service description
Model UUID:3a146845-cc91-4a4e-97a8-9c0eb0ead22e
Model Version:NULL
Model InvariantUuid:ca3d4119-19e0-4ca1-8a96-3e28b2a508b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 895261ca-6ee4
Model UUID:51d73193-cf39-4e76-944f-10f42a02c037
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d12d67ab-652f-4014-8e79-b53a135580a4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c40d54a0-243b-4945-95d5-5b33d68d7057
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1a98c3cf-a323-4dc3-aa93-75f524ad34ef
ModelName:Vfw895261ca6ee4..base_vfw..module-0
ModelUuid:7e0e6ed3-f901-464c-a64e-b552892c7e2a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:603e5d8d-da3d-424a-ba2d-a067b09a98a5
ModelInvariantUuid:8e6556d1-0836-418d-8ebe-861049ec080c
ModelName:vFW 895261ca-6ee4-nodes.vfwCvfc
ModelUuid:72a00c97-591f-486d-b7ac-249daf5abd3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:dc82562d-33ea-4289-aa86-9d9d8c5fda87
ModelInvariantUuid:7b7480c3-8165-4778-b424-8f72c1e7d773
ModelName:Vfw895261ca6ee4.compute.nodes.heat.vfw
ModelUuid:93b097d2-0f1e-4a73-9ccd-861312f771f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3
ModelInvariantUuid:da79e46a-182b-458a-8c6a-28f55ce98233
ModelName:vFW 895261ca-6ee4-nodes.vsnCvfc
ModelUuid:fede5286-cd12-440f-98a6-788bfae9512c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6ff5aa39-49eb-4a38-99c4-c7950bf74947
ModelInvariantUuid:446c529d-f5c3-4ab0-b448-3d84321bef83
ModelName:Vfw895261ca6ee4.compute.nodes.heat.vsn
ModelUuid:8305d1c7-61c6-46b3-82bd-25b90a50828b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:34d3d4c9-6cc4-4c41-8ea4-4366f32054ba
ModelInvariantUuid:30aa7119-07b3-48ff-9347-fca024ecd86d
ModelName:vFW 895261ca-6ee4-nodes.vpgCvfc
ModelUuid:f366d4a7-ee81-435b-bde7-f1291ae6db90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b2e3ce98-94ed-4d07-b651-e9e328a0ed1d
ModelInvariantUuid:ad7c1a4c-f317-4b55-b19f-92b2029b563e
ModelName:Vfw895261ca6ee4.compute.nodes.heat.vpg
ModelUuid:ff52352a-c180-4867-ab87-7ff09721cdf3
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-04-08T08:06:57.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 40f53275-4afd-452d-8782-8587c9858ed4
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-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||vFW 895261ca-6ee4 0
2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 40f53275-4afd-452d-8782-8587c9858ed4
2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: cbd90de1-c1c4-4eb8-b631-165c705a8a0d from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json
2022-04-08T08:06:57.305Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:06:57.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json
2022-04-08T08:06:57.942Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json cbd90de1-c1c4-4eb8-b631-165c705a8a0d 785
2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json ASDC sendASDCNotification
2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json
2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:06:57.943Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:57.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:57.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405217943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:06:58.046Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:58.048Z||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-04-08T08:06:58.048Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:58.071Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:58.072Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:06:58.946Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw895261ca6ee4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a98c3cf-a323-4dc3-aa93-75f524ad34ef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e0e6ed3-f901-464c-a64e-b552892c7e2a",
"vfModuleModelCustomizationUUID": "66253dfe-9237-46b7-8539-fb345e0c0709",
"isBase": true,
"artifacts": [
"1f453415-a077-49ef-9a8d-f4ce4eba8620",
"ed3959c3-2400-4191-8464-e8a3ea93a160"
],
"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-04-08T08:06:58.953Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw895261ca6ee4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e0e6ed3-f901-464c-a64e-b552892c7e2a
VfModuleModelInvariantUUID:1a98c3cf-a323-4dc3-aa93-75f524ad34ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f453415-a077-49ef-9a8d-f4ce4eba8620
,
ed3959c3-2400-4191-8464-e8a3ea93a160
}
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-04-08T08:06:58.955Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw895261ca6ee4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a98c3cf-a323-4dc3-aa93-75f524ad34ef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e0e6ed3-f901-464c-a64e-b552892c7e2a",
"vfModuleModelCustomizationUUID": "66253dfe-9237-46b7-8539-fb345e0c0709",
"isBase": true,
"artifacts": [
"1f453415-a077-49ef-9a8d-f4ce4eba8620",
"ed3959c3-2400-4191-8464-e8a3ea93a160"
],
"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-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw895261ca6ee4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e0e6ed3-f901-464c-a64e-b552892c7e2a
VfModuleModelInvariantUUID:1a98c3cf-a323-4dc3-aa93-75f524ad34ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f453415-a077-49ef-9a8d-f4ce4eba8620
,
ed3959c3-2400-4191-8464-e8a3ea93a160
}
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-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: 1f453415-a077-49ef-9a8d-f4ce4eba8620 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml
2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:06:58.956Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml
2022-04-08T08:06:59.380Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml 1f453415-a077-49ef-9a8d-f4ce4eba8620 20368
2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml
2022-04-08T08:06:59.382Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:06:59.383Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:06:59.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:06:59.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405219382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:06:59.485Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:06:59.486Z||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-04-08T08:06:59.486Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:06:59.507Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:06:59.508Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:00.385Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Trying to download the artifact UUID: ed3959c3-2400-4191-8464-e8a3ea93a160 from URL: /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
2022-04-08T08:07:00.386Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:07:00.386Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
2022-04-08T08:07:00.844Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:07:00.844Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ed3959c3-2400-4191-8464-e8a3ea93a160 2098
2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:07:00.845Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:00.847Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:00.848Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405220845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:00.948Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:00.949Z||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-04-08T08:07:00.949Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:00.971Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:00.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:01.848Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Preparing to deploy Service: 3a146845-cc91-4a4e-97a8-9c0eb0ead22e
2022-04-08T08:07:01.850Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 895261ca-6ee4 0 40f53275-4afd-452d-8782-8587c9858ed4 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-04-08T08:07:01.883Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12288e15, org.onap.sdc.toscaparser.api.parameters.Input@4d4202c1, org.onap.sdc.toscaparser.api.parameters.Input@3e971a0f, org.onap.sdc.toscaparser.api.parameters.Input@74048449, org.onap.sdc.toscaparser.api.parameters.Input@220af4fa]
2022-04-08T08:07:01.885Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VF Category is: Generic
2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||VFCustomizationUUID= c40d54a0-243b-4945-95d5-5b33d68d7057
2022-04-08T08:07:01.886Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c40d54a0-243b-4945-95d5-5b33d68d7057 matches Tosca VF Customization UUID: c40d54a0-243b-4945-95d5-5b33d68d7057
2022-04-08T08:07:01.887Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||vfCustomizationUUID: c40d54a0-243b-4945-95d5-5b33d68d7057 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-04-08T08:07:01.891Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.892Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.893Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||resource request for resource customization id c40d54a0-243b-4945-95d5-5b33d68d7057: {\"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-04-08T08:07:01.893Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29346150
2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66253dfe-9237-46b7-8539-fb345e0c0709
2022-04-08T08:07:01.894Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66253dfe-9237-46b7-8539-fb345e0c0709
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-04-08T08:07:01.899Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.900Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.900Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:01.901Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.901Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.902Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-08T08:07:01.903Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:01.904Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:01.904Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:01.905Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.906Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=603e5d8d-da3d-424a-ba2d-a067b09a98a5
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-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.910Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:01.911Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-08T08:07:01.912Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.913Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bfc4fc05-74f6-42ba-91c2-0306eb7d0bd3
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-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.918Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:01.921Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is not matching search criteria
2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:07:01.922Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:01.923Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-08T08:07:01.924Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34d3d4c9-6cc4-4c41-8ea4-4366f32054ba
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-04-08T08:07:01.932Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.932Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.933Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:01.933Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.934Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Node template vFW 895261ca-6ee4 0 is matching search criteria
2022-04-08T08:07:01.934Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found topology templates [vFW 895261ca-6ee4 0] matching following query criteria: sdcType=VF, customizationUUID=c40d54a0-243b-4945-95d5-5b33d68d7057
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-04-08T08:07:01.937Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.937Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500|| resourceSeq for service uuid 3a146845-cc91-4a4e-97a8-9c0eb0ead22e: vFW 895261ca-6ee4
2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.938Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.939Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:01.940Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Service vFW 2022-04-08 07-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:01.940Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||Saving Service: vFW 2022-04-08 07-59-41
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-04-08T08:07:02.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 895261ca-6ee4 40f53275-4afd-452d-8782-8587c9858ed4 1 ASDC deployResourceStructure
2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json ASDC sendASDCNotification
2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json
2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:07:02.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:02.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:02.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405222291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:02.394Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:02.395Z||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-04-08T08:07:02.396Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:02.434Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:02.435Z||pool-30-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:03.295Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml
2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:07:03.296Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:03.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:03.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405223295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:03.399Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:03.400Z||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-04-08T08:07:03.400Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:03.429Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:03.430Z||pool-31-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env
2022-04-08T08:07:04.300Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:07:04.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:04.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:04.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405224300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:04.404Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:04.406Z||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-04-08T08:07:04.406Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:04.425Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:04.426Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar ASDC sendASDCNotification
2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar
2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-08T08:07:05.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:05.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:05.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405225305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:05.409Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:05.410Z||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-04-08T08:07:05.410Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:05.427Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:05.428Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:06.310Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d
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-04-08T08:07:06.326Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d
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-04-08T08:07:06.332Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-08T08:07:06.333Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?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-04-08T08:07:06.342Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-08T08:07:36.342Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d 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-04-08T08:07:36.360Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caff4f50-d20d-4637-83ad-66b8da5b7a2d and serviceModelVersionId: 3a146845-cc91-4a4e-97a8-9c0eb0ead22e
2022-04-08T08:07:36.360Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca3d4119-19e0-4ca1-8a96-3e28b2a508b2
2022-04-08T08:07:36.361Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0
2022-04-08T08:07:36.365Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010a9dbc-7e7e-4fd8-a741-b071041c98d2/model-vers/model-ver/fdb2f1c9-1dfb-44d3-afe7-aa312f7bcf46?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-08T08:07:36.469Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke
2022-04-08T08:07:36.470Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1327d6e-3053-44d7-bd2e-43de799bd022], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]}
2022-04-08T08:07:38.029Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke
2022-04-08T08:07:38.029Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6648afb5-e603-40bb-a1b7-b3cb0cd2e29d], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]}
2022-04-08T08:07:39.566Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Invoke
2022-04-08T08:07:39.567Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50339e3e-ba22-4750-bf38-233bc44a4047], X-ECOMP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], X-TransactionId=[], X-ONAP-RequestID=[caff4f50-d20d-4637-83ad-66b8da5b7a2d], Content-Type=[application/merge-patch+json]}
2022-04-08T08:07:40.600Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:07:40.601Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-04-08T08:07:40.602Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:07:40.602Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-04-08T08:07:40.612Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-04-08T08:07:40.613Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caff4f50-d20d-4637-83ad-66b8da5b7a2d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-08T08:07:40.613Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-08T08:07:40.614Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:40.617Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:40.617Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405260613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-08T08:07:40.717Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:40.718Z||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-04-08T08:07:40.718Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:40.746Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:40.747Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 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-04-08T08:07:41.639Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:07:41.640Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-04-08T08:07:41.640Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:42.278Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:42.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||received message from topic
2022-04-08T08:07:42.279Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"823311eb-bd61-4ea0-9835-41f5180703f6","serviceName":"vFW 2022-04-08 08-02-54","serviceVersion":"1.0","serviceUUID":"99087d06-e099-4260-96f9-95fa8e3f2a4e","serviceDescription":"catalog service description","serviceInvariantUUID":"0a76728d-9182-43ac-ae72-af8de64114dd","resources":[{"resourceInstanceName":"vFW 3fdf48df-3e21 0","resourceName":"vFW 3fdf48df-3e21","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea7e7a34-42f8-4dac-9bc4-3725d5fee977","resourceInvariantUUID":"0ca748f5-1a18-4be2-b398-ef26054231eb","resourceCustomizationUUID":"b439158d-94dc-441f-b5d0-b8d63403c5c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml","artifactChecksum":"N2VlNjUzM2Q3ZmMzOTdhZWE5Yzc0NGYzNjM5ZDQ5MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5071981-27cc-4889-86cf-62a28c195445","artifactVersion":"1"},{"artifactName":"vfw3fdf48df3e210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json","artifactChecksum":"N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a212b3bc-494c-441d-a060-240cae8e9894","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b377dea-f70d-4e18-83fe-4de32dac3840","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUyMmRlYTg0NWQ1Y2M2OGUxZDEzMTU0YjJiZjEzYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74f0d004-30cf-4c82-b064-ffc41bb4ce2c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a4ca337-81dd-4ba1-96ca-c58a95c104d5","artifactVersion":"2","generatedFromUUID":"1b377dea-f70d-4e18-83fe-4de32dac3840"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220408080254-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml","artifactChecksum":"MzJhM2U3OWZmYWQ5MDY1NjU0MGRkMjVjMjRjNGEyNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54486968-35ac-4b32-9c45-356a0c25b580","artifactVersion":"1"},{"artifactName":"service-Vfw20220408080254-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar","artifactChecksum":"NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf698f69-a545-4db8-8500-79a7702e1ee7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-08T08:07:42.282Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:42.283Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:42.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:42.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:42.385Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:42.386Z||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-04-08T08:07:42.386Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:42.441Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:42.442Z||pool-35-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:43.285Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:43.287Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:43.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:43.289Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:07:43.389Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:43.390Z||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-04-08T08:07:43.390Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:43.409Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:43.410Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:44.290Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:44.291Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:44.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:44.293Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:07:44.393Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:44.394Z||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-04-08T08:07:44.394Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:44.408Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:44.409Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:45.294Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:45.295Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:45.298Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:45.298Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:45.398Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:45.399Z||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-04-08T08:07:45.399Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:45.415Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:45.416Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:46.299Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:46.301Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:46.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:46.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:07:46.404Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:46.405Z||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-04-08T08:07:46.405Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:46.423Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:46.424Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:47.304Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:47.306Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:47.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:47.308Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:47.408Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:47.409Z||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-04-08T08:07:47.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:47.467Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:47.468Z||pool-40-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:48.311Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-08T08:07:48.313Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:48.316Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:48.317Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:07:48.417Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-08T08:07:48.418Z||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-04-08T08:07:48.418Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:48.459Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:48.460Z||pool-41-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:49.319Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"serviceName": "vFW 2022-04-08 08-02-54",
"serviceVersion": "1.0",
"serviceUUID": "99087d06-e099-4260-96f9-95fa8e3f2a4e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0a76728d-9182-43ac-ae72-af8de64114dd",
"resources": [
{
"resourceInstanceName": "vFW 3fdf48df-3e21 0",
"resourceCustomizationUUID": "b439158d-94dc-441f-b5d0-b8d63403c5c0",
"resourceName": "vFW 3fdf48df-3e21",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea7e7a34-42f8-4dac-9bc4-3725d5fee977",
"resourceInvariantUUID": "0ca748f5-1a18-4be2-b398-ef26054231eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3fdf48df3e210_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"artifactChecksum": "N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a212b3bc-494c-441d-a060-240cae8e9894",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b377dea-f70d-4e18-83fe-4de32dac3840",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a4ca337-81dd-4ba1-96ca-c58a95c104d5",
"generatedFromUUID": "1b377dea-f70d-4e18-83fe-4de32dac3840"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a4ca337-81dd-4ba1-96ca-c58a95c104d5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220408080254-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"artifactChecksum": "NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf698f69-a545-4db8-8500-79a7702e1ee7"
}
],
"workloadContext": "Production"
}
2022-04-08T08:07:49.320Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-08T08:07:49.320Z|caff4f50-d20d-4637-83ad-66b8da5b7a2d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99087d06-e099-4260-96f9-95fa8e3f2a4e ASDC
2022-04-08T08:07:49.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:823311eb-bd61-4ea0-9835-41f5180703f6
ServiceName:vFW 2022-04-08 08-02-54
ServiceVersion:1.0
ServiceUUID:99087d06-e099-4260-96f9-95fa8e3f2a4e
ServiceInvariantUUID:0a76728d-9182-43ac-ae72-af8de64114dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220408080254-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar
ArtifactUUID:bf698f69-a545-4db8-8500-79a7702e1ee7
ArtifactChecksum:NzFhYjhiMGFlMDZjMTcwYzM4ZWQ3MGM5YjI2OWYzZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3fdf48df-3e21 0
ResourceCustomizationUUID:b439158d-94dc-441f-b5d0-b8d63403c5c0
ResourceInvariantUUID:0ca748f5-1a18-4be2-b398-ef26054231eb
ResourceName:vFW 3fdf48df-3e21
ResourceType:VF
ResourceUUID:ea7e7a34-42f8-4dac-9bc4-3725d5fee977
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3fdf48df3e210_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json
ArtifactUUID:a212b3bc-494c-441d-a060-240cae8e9894
ArtifactChecksum:N2I3N2M1NmY1MGJjNWQwNjBkZDQ3MGQzODFmOTZlODU=
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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml
ArtifactUUID:1b377dea-f70d-4e18-83fe-4de32dac3840
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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env
ArtifactUUID:8a4ca337-81dd-4ba1-96ca-c58a95c104d5
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/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env
ArtifactUUID:8a4ca337-81dd-4ba1-96ca-c58a95c104d5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-08T08:07:49.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99087d06-e099-4260-96f9-95fa8e3f2a4e 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-04-08T08:07:49.357Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:07:49.358Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:07:49.359Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:07:49.359Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: bf698f69-a545-4db8-8500-79a7702e1ee7 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:49.360Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:07:49.360Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:49.778Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:07:49.785Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar bf698f69-a545-4db8-8500-79a7702e1ee7 98966
2022-04-08T08:07:49.786Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar ASDC sendASDCNotification
2022-04-08T08:07:49.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:49.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:07:49.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:49.791Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:49.791Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405269786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:49.890Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:49.892Z||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-04-08T08:07:49.892Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:49.948Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:49.949Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:50.792Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||MSO config path is: /app
2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to write artifact UUID: bf698f69-a545-4db8-8500-79a7702e1ee7, URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar to file: /app/ASDC/1/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:50.794Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220408080254-csar.csar
2022-04-08T08:07:50.795Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:50.795Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:51.008Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3745276843586719616/Definitions/service-Vfw20220408080254-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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-04-08T08:07:53.381Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-08T08:07:53.382Z||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-04-08T08:07:53.382Z||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 y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:53.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:53.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405217943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:53.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405219382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:53.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405220845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:53.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405222291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/vfw895261ca6ee40_modules.json",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:53.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405223295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:53.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405224300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/resourceInstances/vfw895261ca6ee40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:53.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405225305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408075941/1.0/artifacts/service-Vfw20220408075941-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-08T08:07:53.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caff4f50-d20d-4637-83ad-66b8da5b7a2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405260613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-08T08:07:53.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405255082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1649405261440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405261639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405268145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "policy-id",
"timestamp": 1649405268525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "cds",
"timestamp": 1649405269153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-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-04-08T08:07:53.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 823311eb-bd61-4ea0-9835-41f5180703f6
2022-04-08T08:07:53.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823311eb-bd61-4ea0-9835-41f5180703f6 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-04-08T08:07:53.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405269786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:53.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "policy-id",
"timestamp": 1649405268525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "aai-ml",
"timestamp": 1649405269892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "policy-id",
"timestamp": 1649405268525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "aai-ml",
"timestamp": 1649405269892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "policy-id",
"timestamp": 1649405268525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649405265188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/artifacts/service-Vfw20220408080254-csar.csar",
"status": "NOTIFIED"
}
2022-04-08T08:07:53.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-08T08:07:53.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-08T08:07:53.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "aai-ml",
"timestamp": 1649405269892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-08T08:07:53.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
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-04-08T08:07:53.740Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||####################################################################################################
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.741Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.742Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3fdf48df-3e21 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-Vfw20220408080254-csar.csar
2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|WARN|500||####################################################################################################
2022-04-08T08:07:53.743Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Search for entities recursively
2022-04-08T08:07:53.744Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:53.745Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Search for entities recursively
2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.746Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria
2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:07:53.747Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:53.748Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:53.749Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-08T08:07:53.750Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:53.751Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.752Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria
2022-04-08T08:07:53.753Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:53.754Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.755Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.756Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d95e0260-da81-4675-9a06-3f17ca572f7b
2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria
2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:53.757Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.758Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:53.759Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.760Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec9daa5a-9d93-4c1c-b7e0-92aed12ba6ab
2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria
2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:53.761Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-08T08:07:53.762Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:53.763Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:53.764Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-08T08:07:53.764Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c155996a-d7fc-47ed-9673-ab4c8b5c7075
2022-04-08T08:07:53.767Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.767Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.768Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:53.769Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-08 08-02-54
Description:catalog service description
Model UUID:99087d06-e099-4260-96f9-95fa8e3f2a4e
Model Version:NULL
Model InvariantUuid:0a76728d-9182-43ac-ae72-af8de64114dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3fdf48df-3e21
Model UUID:da1b7b8b-247c-43a3-a84a-55b821156606
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ca748f5-1a18-4be2-b398-ef26054231eb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b439158d-94dc-441f-b5d0-b8d63403c5c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:28631a50-4069-4848-8ac0-7d99fbcc0506
ModelName:Vfw3fdf48df3e21..base_vfw..module-0
ModelUuid:25c43534-5818-4f43-901c-26d3299b5768
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d95e0260-da81-4675-9a06-3f17ca572f7b
ModelInvariantUuid:ff0a3943-82f4-4870-be64-bf1d14bd225a
ModelName:vFW 3fdf48df-3e21-nodes.vfwCvfc
ModelUuid:17fe94dd-054d-4e74-8529-cd771a4ed217
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6401223c-181e-4216-9b3b-a1ce49599eee
ModelInvariantUuid:7ee5296f-85cf-49a6-be89-f6e0334030bf
ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vfw
ModelUuid:9ebcc181-09af-415f-8e79-f98227ddb32b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ec9daa5a-9d93-4c1c-b7e0-92aed12ba6ab
ModelInvariantUuid:433d84e0-9614-457d-ba6f-635b0a7ad8f6
ModelName:vFW 3fdf48df-3e21-nodes.vsnCvfc
ModelUuid:a5a03715-3644-4c67-b7ae-4cce357ed8cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ca9081b5-adff-40f4-8644-73112e00baa9
ModelInvariantUuid:3cb96e0e-4418-4434-9d83-07849a5d1c04
ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vsn
ModelUuid:946b87cd-a5b9-4076-a6a0-6e2fef35af9c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c155996a-d7fc-47ed-9673-ab4c8b5c7075
ModelInvariantUuid:3873ddab-31d6-4287-b830-3bc95d626ccb
ModelName:vFW 3fdf48df-3e21-nodes.vpgCvfc
ModelUuid:6041873c-4eee-4155-8a2b-80e69dafe757
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4aa1821b-d5a4-48ad-9c25-e490d7b6fa69
ModelInvariantUuid:f5605c9a-f441-460a-ab3a-85ffc1e9bef3
ModelName:Vfw3fdf48df3e21.compute.nodes.heat.vpg
ModelUuid:f28ac97a-93f5-4e0e-b0af-07aa0f13f7ea
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-04-08T08:07:53.781Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ea7e7a34-42f8-4dac-9bc4-3725d5fee977
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-04-08T08:07:53.786Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||vFW 3fdf48df-3e21 0
2022-04-08T08:07:53.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ea7e7a34-42f8-4dac-9bc4-3725d5fee977
2022-04-08T08:07:53.787Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: a212b3bc-494c-441d-a060-240cae8e9894 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json
2022-04-08T08:07:53.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:07:53.788Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json
2022-04-08T08:07:53.969Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:07:53.970Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json a212b3bc-494c-441d-a060-240cae8e9894 785
2022-04-08T08:07:53.970Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json ASDC sendASDCNotification
2022-04-08T08:07:53.971Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json
2022-04-08T08:07:53.972Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:07:53.972Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:53.976Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:53.976Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405273970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/vfw3fdf48df3e210_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:54.075Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:54.076Z||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-04-08T08:07:54.078Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:54.091Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:54.093Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-08T08:07:54.981Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3fdf48df3e21..base_vfw..module-0",
"vfModuleModelInvariantUUID": "28631a50-4069-4848-8ac0-7d99fbcc0506",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "25c43534-5818-4f43-901c-26d3299b5768",
"vfModuleModelCustomizationUUID": "7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2",
"isBase": true,
"artifacts": [
"1b377dea-f70d-4e18-83fe-4de32dac3840",
"8a4ca337-81dd-4ba1-96ca-c58a95c104d5"
],
"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-04-08T08:07:54.985Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3fdf48df3e21..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25c43534-5818-4f43-901c-26d3299b5768
VfModuleModelInvariantUUID:28631a50-4069-4848-8ac0-7d99fbcc0506
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b377dea-f70d-4e18-83fe-4de32dac3840
,
8a4ca337-81dd-4ba1-96ca-c58a95c104d5
}
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-04-08T08:07:54.987Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3fdf48df3e21..base_vfw..module-0",
"vfModuleModelInvariantUUID": "28631a50-4069-4848-8ac0-7d99fbcc0506",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "25c43534-5818-4f43-901c-26d3299b5768",
"vfModuleModelCustomizationUUID": "7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2",
"isBase": true,
"artifacts": [
"1b377dea-f70d-4e18-83fe-4de32dac3840",
"8a4ca337-81dd-4ba1-96ca-c58a95c104d5"
],
"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-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3fdf48df3e21..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25c43534-5818-4f43-901c-26d3299b5768
VfModuleModelInvariantUUID:28631a50-4069-4848-8ac0-7d99fbcc0506
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b377dea-f70d-4e18-83fe-4de32dac3840
,
8a4ca337-81dd-4ba1-96ca-c58a95c104d5
}
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-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: 1b377dea-f70d-4e18-83fe-4de32dac3840 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml
2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:07:54.988Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml
2022-04-08T08:07:55.459Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml 1b377dea-f70d-4e18-83fe-4de32dac3840 20368
2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-08T08:07:55.460Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml
2022-04-08T08:07:55.461Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:07:55.461Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:55.463Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:55.463Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405275460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:55.563Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:55.564Z||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-04-08T08:07:55.564Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:55.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:55.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:07:56.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||Trying to download the artifact UUID: 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 from URL: /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env
2022-04-08T08:07:56.466Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - download
2022-04-08T08:07:56.467Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env
2022-04-08T08:07:57.263Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||GET Response Status 200
2022-04-08T08:07:57.264Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env 8a4ca337-81dd-4ba1-96ca-c58a95c104d5 2098
2022-04-08T08:07:57.264Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env
2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-08T08:07:57.265Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-08T08:07:57.267Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-08T08:07:57.268Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||try to send status {
"distributionID": "823311eb-bd61-4ea0-9835-41f5180703f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649405277264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220408080254/1.0/resourceInstances/vfw3fdf48df3e210/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-08T08:07:57.368Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-08T08:07:57.369Z||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-04-08T08:07:57.369Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y7jUsfrsrGiiODyt) ...
2022-04-08T08:07:57.413Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-08T08:07:57.414Z||pool-45-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-04-08T08:07:58.268Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Preparing to deploy Service: 99087d06-e099-4260-96f9-95fa8e3f2a4e
2022-04-08T08:07:58.269Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3fdf48df-3e21 0 ea7e7a34-42f8-4dac-9bc4-3725d5fee977 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-04-08T08:07:58.296Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a34c48e, org.onap.sdc.toscaparser.api.parameters.Input@76bada60, org.onap.sdc.toscaparser.api.parameters.Input@56be4ad7, org.onap.sdc.toscaparser.api.parameters.Input@12ba8ed2, org.onap.sdc.toscaparser.api.parameters.Input@1e2628bf]
2022-04-08T08:07:58.298Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VF Category is: Generic
2022-04-08T08:07:58.299Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||VFCustomizationUUID= b439158d-94dc-441f-b5d0-b8d63403c5c0
2022-04-08T08:07:58.300Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b439158d-94dc-441f-b5d0-b8d63403c5c0 matches Tosca VF Customization UUID: b439158d-94dc-441f-b5d0-b8d63403c5c0
2022-04-08T08:07:58.300Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||vfCustomizationUUID: b439158d-94dc-441f-b5d0-b8d63403c5c0 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-04-08T08:07:58.305Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.311Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-08T08:07:58.312Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||resource request for resource customization id b439158d-94dc-441f-b5d0-b8d63403c5c0: {\"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-04-08T08:07:58.312Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ca954a1
2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Service vFW 2022-04-08 08-02-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2
2022-04-08T08:07:58.313Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e1ae3e2-2540-4aab-a7fa-6f0c0cc0d7c2
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-04-08T08:07:58.317Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.317Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is matching search criteria
2022-04-08T08:07:58.318Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [vFW 3fdf48df-3e21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vFW 3fdf48df-3e21 0 is not matching search criteria
2022-04-08T08:07:58.319Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-08T08:07:58.320Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:58.321Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-08T08:07:58.322Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d95e0260-da81-4675-9a06-3f17ca572f7b
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-04-08T08:07:58.326Z|823311eb-bd61-4ea0-9835-41f5180703f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca3d4119-19e0-4ca1-8a96-3e28b2a508b2/model-vers/model-ver/3a146845-cc91-4a4e-97a8-9c0eb0ead22e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery