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-03-27T05:26:59.724Z||main|||||INFO|500||The following profiles are active: basic
2022-03-27T05:27:18.352Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-27T05:27:18.353Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-27T05:27:18.552Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-27T05:27:24.451Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-27T05:27:24.934Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-27T05:27:25.541Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-27T05:27:25.557Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-27T05:27:25.714Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-27T05:27:25.980Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-27T05:27:26.699Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-27T05:27:28.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T05:27:31.922Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T05:27:32.037Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-27T05:27:32.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T05:27:33.186Z||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-03-27T05:27:35.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T05:27:36.580Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-27T05:27:36.611Z||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-03-27T05:27:36.614Z||main|||||WARN|500||The sdc end point is not alive
2022-03-27T05:27:41.596Z||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-03-27T05:27:46.160Z||main|||||WARN|500||---
2022-03-27T05:27:46.160Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-27T05:27:46.161Z||main|||||WARN|500||---
2022-03-27T05:27:46.815Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-27T05:27:53.971Z||main|||||INFO|500||Started Application in 60.485 seconds (JVM running for 65.891)
2022-03-27T05:27:53.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-27T05:27:53.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-27T05:27:54.009Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-27T05:27:54.054Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-27T05:27:54.113Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3cf1f58-ad3f-4e71-945c-79e06ea772ff url= /sdc/v1/artifactTypes
2022-03-27T05:27:54.114Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-27T05:27:54.500Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-27T05:27:54.548Z||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-03-27T05:27:54.578Z||scheduling-1|||||DEBUG|500||create keys
2022-03-27T05:27:54.591Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-27T05:27:54.640Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:27:54.678Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25c39958-fbd0-46f9-9b0e-10614424e232 url= /sdc/v1/registerForDistribution
2022-03-27T05:27:54.793Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25c39958-fbd0-46f9-9b0e-10614424e232 url= /sdc/v1/registerForDistribution
2022-03-27T05:27:54.794Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-27T05:27:54.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:27:54.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:27:54.842Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-27T05:27:54.852Z||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-03-27T05:27:54.853Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:27:54.855Z||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-03-27T05:27:54.855Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:28:05.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:28:05.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:28:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:28:54.806Z||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-03-27T05:28:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:28:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:28:54.819Z||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-03-27T05:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:29:04.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:29:04.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:29:54.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:29:54.806Z||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-03-27T05:29:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:29:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:29:54.819Z||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-03-27T05:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:30:04.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:30:04.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:30:54.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:30:54.806Z||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-03-27T05:30:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:30:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:30:54.819Z||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-03-27T05:30:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:31:04.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:31:04.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:31:54.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:31:54.813Z||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-03-27T05:31:54.814Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:31:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:31:54.819Z||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-03-27T05:31:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:32:04.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:32:04.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:32:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:32:54.807Z||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-03-27T05:32:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:32:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:32:54.819Z||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-03-27T05:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:33:04.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:33:04.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:33:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:33:54.806Z||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-03-27T05:33:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:33:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:33:54.819Z||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-03-27T05:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:34:04.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:34:04.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:34:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:34:54.806Z||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-03-27T05:34:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:34:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:34:54.822Z||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-03-27T05:34:54.822Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:35:04.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:35:04.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:35:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:35:54.806Z||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-03-27T05:35:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:35:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:35:54.819Z||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-03-27T05:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:36:04.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:36:04.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:36:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:36:54.806Z||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-03-27T05:36:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:36:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:36:54.819Z||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-03-27T05:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:37:04.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:37:04.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:37:19.245Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-27T05:37:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:37:54.806Z||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-03-27T05:37:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:37:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:37:54.819Z||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-03-27T05:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:38:04.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:38:04.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:38:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:38:54.807Z||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-03-27T05:38:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:38:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:38:54.820Z||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-03-27T05:38:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:39:04.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:39:04.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:39:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:39:54.806Z||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-03-27T05:39:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:39:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:39:54.819Z||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-03-27T05:39:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:40:04.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:40:04.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:40:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:40:54.807Z||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-03-27T05:40:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:40:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:40:54.820Z||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-03-27T05:40:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:41:04.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:41:04.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:41:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:41:54.806Z||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-03-27T05:41:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:41:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:41:54.819Z||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-03-27T05:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:42:04.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:42:04.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:42:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:42:54.806Z||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-03-27T05:42:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:42:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:42:54.819Z||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-03-27T05:42:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:43:04.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:43:04.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:43:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:43:54.806Z||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-03-27T05:43:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:43:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:43:54.819Z||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-03-27T05:43:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:44:04.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:44:04.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:44:54.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:44:54.810Z||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-03-27T05:44:54.810Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:44:54.819Z||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-03-27T05:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:45:04.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:45:04.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:45:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:45:54.806Z||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-03-27T05:45:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:45:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:45:54.819Z||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-03-27T05:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:46:04.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:46:04.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:46:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:46:54.806Z||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-03-27T05:46:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:46:54.819Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:46:54.820Z||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-03-27T05:46:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:47:04.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:47:04.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:47:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:47:54.806Z||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-03-27T05:47:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:47:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:47:54.819Z||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-03-27T05:47:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:48:04.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:48:04.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:48:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:48:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:48:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:48:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:48:54.819Z||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-03-27T05:48:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:49:04.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:49:04.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:49:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:49:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:49:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:49:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:49:54.819Z||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-03-27T05:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:50:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:50:04.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:50:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:50:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:50:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:50:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:50:54.819Z||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-03-27T05:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:51:04.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:51:04.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:51:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:51:54.808Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:51:54.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:51:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:51:54.819Z||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-03-27T05:51:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:52:04.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:52:04.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:52:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:52:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:52:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:52:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:52:54.819Z||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-03-27T05:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:53:04.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:53:04.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:53:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:53:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:53:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:53:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:53:54.819Z||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-03-27T05:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:54:04.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:54:04.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:54:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:54:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:54:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:54:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:54:54.819Z||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-03-27T05:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:55:04.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:55:04.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:55:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:55:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:55:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:55:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:55:54.819Z||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-03-27T05:55:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:56:04.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:56:04.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:56:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:56:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:56:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:56:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:56:54.819Z||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-03-27T05:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:57:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:57:04.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:57:54.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:57:54.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:57:54.809Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:57:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:57:54.819Z||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-03-27T05:57:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:58:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:58:04.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:58:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:58:54.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:58:54.807Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:58:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:58:54.819Z||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-03-27T05:58:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:59:04.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:59:04.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T05:59:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:59:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:59:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T05:59:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:59:54.820Z||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-03-27T05:59:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:00:04.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:00:04.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:00:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:00:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:00:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:00:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:00:54.819Z||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-03-27T06:00:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:01:04.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:01:04.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:01:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:01:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:01:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:01:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:01:54.819Z||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-03-27T06:01:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:02:04.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:02:04.413Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:02:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:02:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:02:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:02:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:02:54.819Z||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-03-27T06:02:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:03:04.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:03:04.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:03:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:03:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:03:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:03:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:03:54.819Z||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-03-27T06:03:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:04:04.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:04:04.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:04:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:04:54.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:04:54.808Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:04:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:04:54.819Z||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-03-27T06:04:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:05:04.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:05:04.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:05:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:05:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:05:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:05:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:05:54.819Z||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-03-27T06:05:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:06:04.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:06:04.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:06:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:06:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:06:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:06:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:06:54.819Z||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-03-27T06:06:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:07:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:07:04.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:07:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:07:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:07:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:07:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:07:54.819Z||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-03-27T06:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:08:04.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:08:04.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:08:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:08:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:08:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:08:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:08:54.819Z||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-03-27T06:08:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:09:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:09:04.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:09:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:09:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:09:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:09:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:09:54.819Z||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-03-27T06:09:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:10:04.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:10:04.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:10:54.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:10:54.810Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:10:54.810Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:10:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:10:54.820Z||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-03-27T06:10:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:11:04.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:11:04.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:11:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:11:54.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:11:54.807Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:11:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:11:54.819Z||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-03-27T06:11:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:12:04.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:12:04.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:12:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:12:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:12:54.806Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:12:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:12:54.819Z||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-03-27T06:12:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:13:04.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:13:04.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:13:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:13:54.805Z||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-03-27T06:13:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:13:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:13:54.819Z||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-03-27T06:13:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:14:04.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:14:04.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:14:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:14:54.806Z||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-03-27T06:14:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:14:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:14:54.819Z||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-03-27T06:14:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:15:04.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:15:04.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:15:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:15:54.806Z||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-03-27T06:15:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:15:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:15:54.819Z||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-03-27T06:15:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:16:04.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:16:04.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:16:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:16:54.806Z||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-03-27T06:16:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:16:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:16:54.819Z||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-03-27T06:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:17:04.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:17:04.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:17:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:17:54.806Z||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-03-27T06:17:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:17:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:17:54.819Z||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-03-27T06:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:18:04.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:18:04.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:18:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:18:54.807Z||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-03-27T06:18:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:18:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:18:54.819Z||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-03-27T06:18:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:19:04.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:19:04.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:19:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:19:54.806Z||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-03-27T06:19:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:19:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:19:54.819Z||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-03-27T06:19:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:20:04.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:20:04.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:20:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:20:54.806Z||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-03-27T06:20:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:20:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:20:54.819Z||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-03-27T06:20:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:21:04.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:21:04.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:21:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:21:54.806Z||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-03-27T06:21:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:21:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:21:54.819Z||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-03-27T06:21:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:22:04.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:22:04.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:22:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:22:54.806Z||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-03-27T06:22:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:22:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:22:54.819Z||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-03-27T06:22:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:23:04.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:23:04.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:23:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:23:54.806Z||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-03-27T06:23:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:23:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:23:54.819Z||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-03-27T06:23:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:24:04.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:24:04.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:24:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:24:54.808Z||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-03-27T06:24:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:24:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:24:54.819Z||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-03-27T06:24:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:25:04.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:25:04.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:25:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:25:54.806Z||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-03-27T06:25:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:25:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:25:54.819Z||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-03-27T06:25:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:26:04.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:26:04.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:26:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:26:54.806Z||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-03-27T06:26:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:26:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:26:54.820Z||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-03-27T06:26:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:27:04.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:27:04.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:27:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:27:54.805Z||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-03-27T06:27:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:27:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:27:54.819Z||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-03-27T06:27:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:28:04.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:28:04.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:28:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:28:54.806Z||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-03-27T06:28:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:28:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:28:54.819Z||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-03-27T06:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:29:04.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:29:04.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:29:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:29:54.806Z||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-03-27T06:29:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:29:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:29:54.819Z||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-03-27T06:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:30:04.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:30:04.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:30:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:30:54.806Z||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-03-27T06:30:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:30:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:30:54.819Z||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-03-27T06:30:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:31:04.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:31:04.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:31:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:31:54.808Z||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-03-27T06:31:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:31:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:31:54.819Z||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-03-27T06:31:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:32:04.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:32:04.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:32:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:32:54.806Z||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-03-27T06:32:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:32:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:32:54.819Z||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-03-27T06:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:33:04.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:33:04.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:33:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:33:54.805Z||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-03-27T06:33:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:33:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:33:54.819Z||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-03-27T06:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:34:04.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:34:04.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:34:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:34:54.805Z||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-03-27T06:34:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:34:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:34:54.819Z||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-03-27T06:34:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:35:04.362Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:35:04.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:35:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:35:54.805Z||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-03-27T06:35:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:35:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:35:54.819Z||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-03-27T06:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:36:04.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:36:04.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:36:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:36:54.805Z||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-03-27T06:36:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:36:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:36:54.818Z||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-03-27T06:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:37:04.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:37:04.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:37:54.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:37:54.807Z||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-03-27T06:37:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:37:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:37:54.819Z||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-03-27T06:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:38:04.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:38:04.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:38:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:38:54.807Z||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-03-27T06:38:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:38:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:38:54.819Z||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-03-27T06:38:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:39:04.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:39:04.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:39:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:39:54.806Z||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-03-27T06:39:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:39:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:39:54.819Z||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-03-27T06:39:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:40:04.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:40:04.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:40:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:40:54.805Z||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-03-27T06:40:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:40:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:40:54.819Z||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-03-27T06:40:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:41:04.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:41:04.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:41:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:41:54.805Z||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-03-27T06:41:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:41:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:41:54.819Z||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-03-27T06:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:42:04.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:42:04.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:42:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:42:54.806Z||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-03-27T06:42:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:42:54.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:42:54.820Z||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-03-27T06:42:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:43:04.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:43:04.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:43:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:43:54.805Z||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-03-27T06:43:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:43:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:43:54.818Z||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-03-27T06:43:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:44:04.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:44:04.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:44:54.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:44:54.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:44:54.806Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:44:54.819Z||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-03-27T06:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:45:04.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:45:04.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:45:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:45:54.808Z||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-03-27T06:45:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:45:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:45:54.818Z||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-03-27T06:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:46:04.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:46:04.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:46:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:46:54.806Z||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-03-27T06:46:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:46:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:46:54.819Z||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-03-27T06:46:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:47:04.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:47:04.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:47:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:47:54.805Z||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-03-27T06:47:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:47:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:47:54.819Z||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-03-27T06:47:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:48:04.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:48:04.370Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:48:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:48:54.806Z||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-03-27T06:48:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:48:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:48:54.818Z||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-03-27T06:48:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:49:04.362Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:49:04.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:49:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:49:54.807Z||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-03-27T06:49:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:49:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:49:54.819Z||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-03-27T06:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:50:04.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:50:04.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:50:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:50:54.806Z||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-03-27T06:50:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:50:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:50:54.819Z||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-03-27T06:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:51:04.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:51:04.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:51:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:51:54.806Z||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-03-27T06:51:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:51:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:51:54.820Z||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-03-27T06:51:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:52:04.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:52:04.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:52:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:52:54.805Z||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-03-27T06:52:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:52:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:52:54.818Z||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-03-27T06:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:53:04.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:53:04.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:53:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:53:54.805Z||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-03-27T06:53:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:53:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:53:54.818Z||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-03-27T06:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:54:04.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:54:04.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:54:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:54:54.806Z||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-03-27T06:54:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:54:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:54:54.819Z||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-03-27T06:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:55:04.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:55:04.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:55:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:55:54.806Z||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-03-27T06:55:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:55:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:55:54.819Z||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-03-27T06:55:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:56:04.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:56:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:56:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:56:54.807Z||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-03-27T06:56:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:56:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:56:54.819Z||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-03-27T06:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:57:04.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:57:04.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:57:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:57:54.806Z||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-03-27T06:57:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:57:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:57:54.818Z||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-03-27T06:57:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:58:04.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:58:04.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:58:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:58:54.806Z||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-03-27T06:58:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:58:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:58:54.819Z||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-03-27T06:58:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:59:04.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:59:04.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T06:59:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:59:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:59:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T06:59:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:59:54.819Z||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-03-27T06:59:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:00:04.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:00:04.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:00:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:00:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:00:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:00:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:00:54.819Z||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-03-27T07:00:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:01:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:01:04.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:01:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:01:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:01:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:01:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:01:54.818Z||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-03-27T07:01:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:02:04.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:02:04.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:02:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:02:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:02:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:02:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:02:54.819Z||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-03-27T07:02:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:03:04.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:03:04.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:03:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:03:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:03:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:03:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:03:54.819Z||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-03-27T07:03:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:04:04.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:04:04.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:04:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:04:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:04:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:04:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:04:54.818Z||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-03-27T07:04:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:05:04.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:05:04.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:05:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:05:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:05:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:05:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:05:54.819Z||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-03-27T07:05:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:06:04.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:06:04.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:06:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:06:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:06:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:06:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:06:54.819Z||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-03-27T07:06:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:07:04.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:07:04.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:07:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:07:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:07:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:07:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:07:54.819Z||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-03-27T07:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:08:04.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:08:04.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:08:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:08:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:08:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:08:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:08:54.819Z||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-03-27T07:08:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:09:04.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:09:04.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:09:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:09:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:09:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:09:54.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:09:54.820Z||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-03-27T07:09:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:10:04.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:10:04.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:10:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:10:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:10:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:10:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:10:54.820Z||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-03-27T07:10:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:11:04.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:11:04.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:11:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:11:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:11:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:11:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:11:54.819Z||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-03-27T07:11:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:12:04.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:12:04.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:12:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:12:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:12:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:12:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:12:54.819Z||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-03-27T07:12:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:13:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:13:04.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:13:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:13:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:13:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:13:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:13:54.819Z||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-03-27T07:13:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:14:04.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:14:04.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:14:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:14:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:14:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:14:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:14:54.819Z||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-03-27T07:14:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:15:04.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:15:04.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:15:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:15:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:15:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:15:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:15:54.818Z||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-03-27T07:15:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:16:04.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:16:04.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:16:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:16:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:16:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:16:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:16:54.819Z||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-03-27T07:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:17:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:17:04.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:17:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:17:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:17:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:17:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:17:54.819Z||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-03-27T07:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:18:04.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:18:04.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:18:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:18:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:18:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:18:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:18:54.819Z||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-03-27T07:18:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:19:04.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:19:04.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:19:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:19:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:19:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:19:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:19:54.820Z||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-03-27T07:19:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:20:04.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:20:04.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:20:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:20:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:20:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:20:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:20:54.819Z||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-03-27T07:20:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:21:04.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:21:04.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:21:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:21:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:21:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:21:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:21:54.819Z||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-03-27T07:21:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:22:04.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:22:04.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:22:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:22:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:22:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:22:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:22:54.819Z||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-03-27T07:22:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:23:04.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:23:04.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:23:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:23:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:23:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:23:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:23:54.819Z||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-03-27T07:23:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:24:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:24:04.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:24:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:24:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:24:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:24:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:24:54.818Z||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-03-27T07:24:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:25:04.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:25:04.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:25:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:25:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:25:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:25:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:25:54.819Z||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-03-27T07:25:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:26:04.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:26:04.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:26:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:26:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:26:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:26:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:26:54.819Z||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-03-27T07:26:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:27:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:27:04.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:27:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:27:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:27:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:27:54.819Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:27:54.820Z||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-03-27T07:27:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:28:04.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:28:04.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:28:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:28:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:28:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:28:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:28:54.818Z||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-03-27T07:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:29:04.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:29:04.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:29:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:29:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:29:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:29:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:29:54.819Z||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-03-27T07:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:30:04.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:30:04.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:30:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:30:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:30:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:30:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:30:54.818Z||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-03-27T07:30:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:31:04.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:31:04.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:31:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:31:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:31:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:31:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:31:54.819Z||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-03-27T07:31:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:32:04.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:32:04.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:32:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:32:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:32:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:32:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:32:54.819Z||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-03-27T07:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:33:04.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:33:04.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:33:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:33:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:33:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:33:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:33:54.818Z||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-03-27T07:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:34:04.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:34:04.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:34:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:34:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:34:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:34:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:34:54.819Z||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-03-27T07:34:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:35:04.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:35:04.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:35:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:35:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:35:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:35:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:35:54.819Z||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-03-27T07:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:36:04.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:36:04.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:36:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:36:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:36:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:36:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:36:54.818Z||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-03-27T07:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:37:04.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:37:04.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:37:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:37:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:37:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:37:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:37:54.819Z||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-03-27T07:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:38:04.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:38:04.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:38:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:38:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:38:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:38:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:38:54.819Z||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-03-27T07:38:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:39:04.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:39:04.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:39:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:39:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:39:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:39:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:39:54.819Z||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-03-27T07:39:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:40:04.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:40:04.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:40:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:40:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:40:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:40:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:40:54.819Z||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-03-27T07:40:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:41:04.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:41:04.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:41:54.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:41:54.810Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:41:54.810Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:41:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:41:54.819Z||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-03-27T07:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:42:04.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:42:04.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:42:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:42:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:42:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:42:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:42:54.819Z||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-03-27T07:42:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:43:04.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:43:04.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:43:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:43:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:43:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:43:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:43:54.819Z||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-03-27T07:43:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:44:04.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:44:04.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:44:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:44:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:44:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:44:54.819Z||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-03-27T07:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:45:04.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:45:04.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:45:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:45:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:45:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:45:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:45:54.819Z||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-03-27T07:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:46:04.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:46:04.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:46:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:46:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:46:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:46:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:46:54.820Z||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-03-27T07:46:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:47:04.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:47:04.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:47:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:47:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:47:54.806Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:47:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:47:54.822Z||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-03-27T07:47:54.822Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:48:04.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:48:04.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:48:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:48:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:48:54.807Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:48:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:48:54.818Z||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-03-27T07:48:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:49:04.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:49:04.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:49:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:49:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:49:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:49:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:49:54.818Z||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-03-27T07:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:04.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:04.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:50:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:50:54.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:50:54.819Z||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-03-27T07:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:55.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7","serviceName":"basic_onboard_KEtMzS","serviceVersion":"1.0","serviceUUID":"f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1","serviceDescription":"service","serviceInvariantUUID":"2038cbdf-d518-46df-b545-4b04fb684747","resources":[{"resourceInstanceName":"basic_onboard_KEtMzS 0","resourceName":"basic_onboard_KEtMzS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b66261b4-c1e4-4616-bbd0-5ead2d4c599e","resourceInvariantUUID":"ca691a80-9786-4de5-a82d-8cae4bcf633c","resourceCustomizationUUID":"2de5917c-a647-4ccc-ba33-5648403a24b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml","artifactChecksum":"Zjk4MmNhZTRmNzUzNmZjNThhNDkyMGNmMGQ1M2YyNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63d88536-873f-4c05-8bd1-0d27cf9d1608","artifactVersion":"1"},{"artifactName":"basic_onboard_ketmzs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json","artifactChecksum":"NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"869dbb5c-e193-458a-b96b-ca907ec6a851","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38d46e09-76b8-4898-876f-ae05b5ae8cc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1f81106-89c8-4279-b47d-1c2b106670ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd285d86-8a30-4520-a260-05f9b9eb3f4f","artifactVersion":"2","generatedFromUUID":"38d46e09-76b8-4898-876f-ae05b5ae8cc2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKetmzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml","artifactChecksum":"MGNiMGZjODQyMjk5M2M2MzdmMmQwZGM1ZjZhMDRlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc639d25-77d9-4fd8-b4f4-aa7b431c8ddf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKetmzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar","artifactChecksum":"NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8911f87-8ee2-408f-a0af-3349a5965362","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:50:55.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:55.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.487Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.528Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367403441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367404045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367401536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367404722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367413977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367414585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367416236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367414987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367417737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "policy-id",
"timestamp": 1648367415992,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-03-27T07:50:55.583Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:55.584Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.684Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-27T07:50:55.688Z||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-03-27T07:50:55.689Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
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-03-27T07:50:55.774Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:55.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:55.842Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:50:55.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367410439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367419135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367418597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367420286,
"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-03-27T07:50:55.926Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.926Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:50:55.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367413746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "cds",
"timestamp": 1648367419616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-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-03-27T07:50:55.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.949Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:50:55.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367421310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:50:55.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367422071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367428624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367420113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367429642,
"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-03-27T07:50:55.974Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.974Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:50:55.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367428636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-27T07:50:55.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "aai-ml",
"timestamp": 1648367429644,
"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-03-27T07:50:55.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.990Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:50:56.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367433115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367434485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "clamp",
"timestamp": 1648367435491,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:56.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:56.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:56.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:56.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:56.594Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:56.595Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:50:56.695Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:56.696Z||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-03-27T07:50:56.696Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:56.715Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:56.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:50:57.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:57.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:57.599Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:57.600Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:50:57.700Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:57.701Z||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-03-27T07:50:57.701Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:57.717Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:57.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:50:58.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:58.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:58.604Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:58.604Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:50:58.704Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:58.705Z||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-03-27T07:50:58.705Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:58.720Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:58.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:50:59.604Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:59.605Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:59.607Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:59.607Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T07:50:59.708Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:59.708Z||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-03-27T07:50:59.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:59.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:50:59.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:00.608Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:51:00.609Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:00.611Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:00.611Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:51:00.712Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:00.713Z||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-03-27T07:51:00.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:00.740Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:00.741Z||pool-8-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:01.612Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:51:01.613Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:01.615Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:01.616Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:51:01.716Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:01.717Z||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-03-27T07:51:01.717Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:01.737Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:01.737Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:02.618Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"serviceName": "basic_onboard_KEtMzS",
"serviceVersion": "1.0",
"serviceUUID": "f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1",
"serviceDescription": "service",
"serviceInvariantUUID": "2038cbdf-d518-46df-b545-4b04fb684747",
"resources": [
{
"resourceInstanceName": "basic_onboard_KEtMzS 0",
"resourceCustomizationUUID": "2de5917c-a647-4ccc-ba33-5648403a24b9",
"resourceName": "basic_onboard_KEtMzS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b66261b4-c1e4-4616-bbd0-5ead2d4c599e",
"resourceInvariantUUID": "ca691a80-9786-4de5-a82d-8cae4bcf633c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ketmzs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"artifactChecksum": "NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "869dbb5c-e193-458a-b96b-ca907ec6a851",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "38d46e09-76b8-4898-876f-ae05b5ae8cc2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd285d86-8a30-4520-a260-05f9b9eb3f4f",
"generatedFromUUID": "38d46e09-76b8-4898-876f-ae05b5ae8cc2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd285d86-8a30-4520-a260-05f9b9eb3f4f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKetmzs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"artifactChecksum": "NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8911f87-8ee2-408f-a0af-3349a5965362"
}
],
"workloadContext": "Production"
}
2022-03-27T07:51:02.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:51:02.621Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1 ASDC
2022-03-27T07:51:02.773Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
ServiceName:basic_onboard_KEtMzS
ServiceVersion:1.0
ServiceUUID:f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
ServiceInvariantUUID:2038cbdf-d518-46df-b545-4b04fb684747
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKetmzs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
ArtifactUUID:e8911f87-8ee2-408f-a0af-3349a5965362
ArtifactChecksum:NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KEtMzS 0
ResourceCustomizationUUID:2de5917c-a647-4ccc-ba33-5648403a24b9
ResourceInvariantUUID:ca691a80-9786-4de5-a82d-8cae4bcf633c
ResourceName:basic_onboard_KEtMzS
ResourceType:VF
ResourceUUID:b66261b4-c1e4-4616-bbd0-5ead2d4c599e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ketmzs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
ArtifactUUID:869dbb5c-e193-458a-b96b-ca907ec6a851
ArtifactChecksum:NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk=
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:38d46e09-76b8-4898-876f-ae05b5ae8cc2
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
ArtifactUUID:bd285d86-8a30-4520-a260-05f9b9eb3f4f
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
ArtifactUUID:bd285d86-8a30-4520-a260-05f9b9eb3f4f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T07:51:02.774Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1 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-03-27T07:51:02.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:51:02.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:02.840Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:02.840Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8911f87-8ee2-408f-a0af-3349a5965362 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:02.841Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:02.843Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:03.142Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:03.166Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar e8911f87-8ee2-408f-a0af-3349a5965362 71572
2022-03-27T07:51:03.169Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar ASDC sendASDCNotification
2022-03-27T07:51:03.169Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:03.170Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:03.171Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:03.173Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:03.173Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367463167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:51:03.274Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:03.275Z||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-03-27T07:51:03.276Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:03.291Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:03.292Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:04.174Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:51:04.175Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:04.176Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8911f87-8ee2-408f-a0af-3349a5965362, URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar to file: /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.176Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.281Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.281Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.972Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4001550566455716865/Definitions/service-BasicOnboardKetmzs-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-03-27T07:51:07.888Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:51:07.896Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T07:51:07.896Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEtMzS 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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T07:51:07.909Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.911Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.918Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.918Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T07:51:07.921Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:51:07.923Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.923Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.925Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:51:07.931Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.931Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:51:07.932Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c103acd9-2f4e-499e-80a1-b336d9000419
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:07.938Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.938Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KEtMzS
Description:service
Model UUID:f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
Model Version:NULL
Model InvariantUuid:2038cbdf-d518-46df-b545-4b04fb684747
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KEtMzS
Model UUID:8a1d8e8c-da9e-455d-91f2-6f0e9f4be8e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca691a80-9786-4de5-a82d-8cae4bcf633c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2de5917c-a647-4ccc-ba33-5648403a24b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:100109ad-e7cd-42e7-a4e5-437b36ec82f8
ModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
ModelUuid:0015f101-2628-4ceb-a63f-d4f3737128e3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c103acd9-2f4e-499e-80a1-b336d9000419
ModelInvariantUuid:a603c4b4-a398-4aa4-b6f0-66c2557c46aa
ModelName:basic_onboard_KEtMzS-nodes.ubuntu18Cvfc
ModelUuid:79479500-0dca-4064-a1c6-6499343d8494
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:92a345a5-871e-4ea5-8943-02797975f260
ModelInvariantUuid:19a9fca1-43e9-460a-93c8-bfd37dd71718
ModelName:BasicOnboardKetmzs.compute.nodes.heat.ubuntu18
ModelUuid:a83d9296-c0ee-4968-a4c9-6ebc826754d4
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-03-27T07:51:07.953Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b66261b4-c1e4-4616-bbd0-5ead2d4c599e
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-03-27T07:51:08.066Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||basic_onboard_KEtMzS 0
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b66261b4-c1e4-4616-bbd0-5ead2d4c599e
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 869dbb5c-e193-458a-b96b-ca907ec6a851 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:08.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json 869dbb5c-e193-458a-b96b-ca907ec6a851 798
2022-03-27T07:51:08.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json ASDC sendASDCNotification
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:08.452Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:08.452Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367468448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:51:08.552Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:08.553Z||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-03-27T07:51:08.553Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:08.570Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:08.571Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:09.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKetmzs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "100109ad-e7cd-42e7-a4e5-437b36ec82f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0015f101-2628-4ceb-a63f-d4f3737128e3",
"vfModuleModelCustomizationUUID": "87717b5a-945f-481f-bb7e-943f55e68e0a",
"isBase": true,
"artifacts": [
"38d46e09-76b8-4898-876f-ae05b5ae8cc2",
"bd285d86-8a30-4520-a260-05f9b9eb3f4f"
],
"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-03-27T07:51:09.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0015f101-2628-4ceb-a63f-d4f3737128e3
VfModuleModelInvariantUUID:100109ad-e7cd-42e7-a4e5-437b36ec82f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
38d46e09-76b8-4898-876f-ae05b5ae8cc2
,
bd285d86-8a30-4520-a260-05f9b9eb3f4f
}
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-03-27T07:51:09.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKetmzs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "100109ad-e7cd-42e7-a4e5-437b36ec82f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0015f101-2628-4ceb-a63f-d4f3737128e3",
"vfModuleModelCustomizationUUID": "87717b5a-945f-481f-bb7e-943f55e68e0a",
"isBase": true,
"artifacts": [
"38d46e09-76b8-4898-876f-ae05b5ae8cc2",
"bd285d86-8a30-4520-a260-05f9b9eb3f4f"
],
"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-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0015f101-2628-4ceb-a63f-d4f3737128e3
VfModuleModelInvariantUUID:100109ad-e7cd-42e7-a4e5-437b36ec82f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
38d46e09-76b8-4898-876f-ae05b5ae8cc2
,
bd285d86-8a30-4520-a260-05f9b9eb3f4f
}
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-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38d46e09-76b8-4898-876f-ae05b5ae8cc2 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.832Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:09.833Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml 38d46e09-76b8-4898-876f-ae05b5ae8cc2 5033
2022-03-27T07:51:09.833Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:09.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:09.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367469833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:51:09.939Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T07:51:09.940Z||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-03-27T07:51:09.941Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:09.961Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:09.962Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:10.838Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd285d86-8a30-4520-a260-05f9b9eb3f4f from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:10.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:10.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:11.335Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:11.335Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env bd285d86-8a30-4520-a260-05f9b9eb3f4f 909
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:11.337Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:11.340Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:11.340Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367471336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:51:11.440Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:11.441Z||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-03-27T07:51:11.441Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:11.455Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:11.456Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:12.347Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
2022-03-27T07:51:12.347Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KEtMzS 0 b66261b4-c1e4-4616-bbd0-5ead2d4c599e 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-03-27T07:51:12.389Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67391b0b, org.onap.sdc.toscaparser.api.parameters.Input@46916ea, org.onap.sdc.toscaparser.api.parameters.Input@7cbfe45b, org.onap.sdc.toscaparser.api.parameters.Input@70753a46, org.onap.sdc.toscaparser.api.parameters.Input@5f3b8600]
2022-03-27T07:51:12.394Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2de5917c-a647-4ccc-ba33-5648403a24b9
2022-03-27T07:51:12.396Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2de5917c-a647-4ccc-ba33-5648403a24b9 matches Tosca VF Customization UUID: 2de5917c-a647-4ccc-ba33-5648403a24b9
2022-03-27T07:51:12.396Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2de5917c-a647-4ccc-ba33-5648403a24b9 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-03-27T07:51:12.407Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.407Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.410Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2de5917c-a647-4ccc-ba33-5648403a24b9: {\"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-03-27T07:51:12.410Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23d56397
2022-03-27T07:51:12.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:51:12.412Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87717b5a-945f-481f-bb7e-943f55e68e0a
2022-03-27T07:51:12.413Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87717b5a-945f-481f-bb7e-943f55e68e0a
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-03-27T07:51:12.437Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.437Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.438Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.439Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.439Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T07:51:12.441Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:12.441Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c103acd9-2f4e-499e-80a1-b336d9000419
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-03-27T07:51:12.454Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.455Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.455Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=2de5917c-a647-4ccc-ba33-5648403a24b9
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-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1: basic_onboard_KEtMzS
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KEtMzS
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-03-27T07:51:12.706Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KEtMzS b66261b4-c1e4-4616-bbd0-5ead2d4c599e 1 ASDC deployResourceStructure
2022-03-27T07:51:12.707Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json ASDC sendASDCNotification
2022-03-27T07:51:12.707Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:12.708Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:12.708Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:12.711Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:12.711Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367472707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:51:12.811Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:12.812Z||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-03-27T07:51:12.812Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:12.826Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:12.826Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:13.714Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:13.716Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:13.716Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367473712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T07:51:13.827Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-27T07:51:13.831Z||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-03-27T07:51:13.832Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:13.855Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:13.856Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:14.717Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:14.722Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:14.723Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367474717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-27T07:51:14.823Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:14.824Z||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-03-27T07:51:14.824Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:14.843Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:14.843Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:15.726Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar ASDC sendASDCNotification
2022-03-27T07:51:15.726Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:15.729Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:15.730Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:15.733Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:15.733Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367475726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:51:15.832Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:15.833Z||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-03-27T07:51:15.833Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:15.851Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:15.852Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:16.735Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
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-03-27T07:51:16.755Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
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-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T07:51:16.762Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-27T07:51:16.762Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||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-03-27T07:51:16.768Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T07:51:46.769Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 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-03-27T07:51:46.781Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and serviceModelVersionId: f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
2022-03-27T07:51:46.782Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2038cbdf-d518-46df-b545-4b04fb684747
2022-03-27T07:51:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:51:54.819Z||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-03-27T07:51:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:54.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:51:54.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:51:54.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:51:54.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:04.158Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0
2022-03-27T07:52:04.294Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T07:52:04.848Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:04.855Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87cd2ebc-c7e3-47a9-963e-08d34c1e6ebb], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:06.425Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:06.426Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[182d4f5a-9808-4906-9203-777f66cb91f9], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:07.957Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:07.958Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ab3a55a-83c5-442b-8372-185017c5de98], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:08.990Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:08.991Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-03-27T07:52:08.992Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:08.992Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-03-27T07:52:08.999Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-03-27T07:52:09.000Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:09.001Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T07:52:09.001Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:09.004Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:09.004Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367529000,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:52:09.104Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:09.105Z||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-03-27T07:52:09.105Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:09.120Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:09.120Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-03-27T07:52:10.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:10.020Z||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-03-27T07:52:10.020Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:19.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:54.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:54.805Z||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-03-27T07:52:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:54.818Z||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-03-27T07:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:54.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367454804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367463167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367468448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367469833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367471336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367472707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367473712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367474717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367475726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:52:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:55.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-27T07:52:55.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2e1c869-2f3a-4eca-90a6-821a7eade8db","serviceName":"vFW 2022-03-27 07-49-58","serviceVersion":"1.0","serviceUUID":"cb83a35c-222d-4b51-9890-970ab63c8bbd","serviceDescription":"catalog service description","serviceInvariantUUID":"08c3384e-cf23-4309-b5dd-14c9c2018d60","resources":[{"resourceInstanceName":"vFW cbda2625-72b7 0","resourceName":"vFW cbda2625-72b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2d79e1c-bd18-49bd-9798-869e740a1cb0","resourceInvariantUUID":"cc9358c5-e87c-4fc0-9ced-e90b56700f95","resourceCustomizationUUID":"8fe64fc2-dd20-4327-ba11-6f47b66c20f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml","artifactChecksum":"ZmIzMjQ2NmVjNDY2ZDk3MjQ5MGI3NzY1YmNkMmY3ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b82bb3e2-6069-4b84-b118-f4c9a84a437b","artifactVersion":"1"},{"artifactName":"vfwcbda262572b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json","artifactChecksum":"NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75bcc6e8-57c8-474a-a70d-27189e0c1b6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"78c499eb-9492-4ef8-aec0-f6f016a44874","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml","artifactChecksum":"OGJjM2U0YzhkMWY4YTNjZjIzNjNmMTFjNzUxMTcxNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"864c1951-b27d-4c8c-bfff-821d40fd0da1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8081eba0-3639-4bf9-bf31-a9bcb1486b1e","artifactVersion":"2","generatedFromUUID":"78c499eb-9492-4ef8-aec0-f6f016a44874"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327074958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml","artifactChecksum":"ZWIyNWI5ZjEzZTY1M2JjNjUwYzAzZWQwZTkwN2U5ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4408a151-29bd-4382-9ebd-180c1d11ba26","artifactVersion":"1"},{"artifactName":"service-Vfw20220327074958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar","artifactChecksum":"ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:52:55.445Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:55.445Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:55.448Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:55.448Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:52:55.548Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:55.551Z||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-03-27T07:52:55.551Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:55.570Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:55.571Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:56.448Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:56.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:56.452Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:56.453Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:52:56.552Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:52:56.553Z||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-03-27T07:52:56.553Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:56.566Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:56.567Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:52:57.453Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:57.454Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:57.456Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:57.456Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:52:57.557Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:52:57.560Z||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-03-27T07:52:57.560Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:57.580Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:57.580Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:58.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:58.458Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:58.463Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:58.463Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:52:58.561Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T07:52:58.562Z||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-03-27T07:52:58.562Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:58.596Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:58.597Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:59.464Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:59.465Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:59.467Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:59.468Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T07:52:59.568Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:59.569Z||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-03-27T07:52:59.569Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:59.583Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:52:59.583Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:00.468Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:53:00.469Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:00.471Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:00.471Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:00.571Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:00.573Z||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-03-27T07:53:00.573Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:00.586Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:00.587Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:01.472Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:53:01.473Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:01.475Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:01.476Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:53:01.576Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:01.577Z||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-03-27T07:53:01.577Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:01.592Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:01.593Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:02.477Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"serviceName": "vFW 2022-03-27 07-49-58",
"serviceVersion": "1.0",
"serviceUUID": "cb83a35c-222d-4b51-9890-970ab63c8bbd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "08c3384e-cf23-4309-b5dd-14c9c2018d60",
"resources": [
{
"resourceInstanceName": "vFW cbda2625-72b7 0",
"resourceCustomizationUUID": "8fe64fc2-dd20-4327-ba11-6f47b66c20f4",
"resourceName": "vFW cbda2625-72b7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d2d79e1c-bd18-49bd-9798-869e740a1cb0",
"resourceInvariantUUID": "cc9358c5-e87c-4fc0-9ced-e90b56700f95",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcbda262572b70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"artifactChecksum": "NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75bcc6e8-57c8-474a-a70d-27189e0c1b6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "78c499eb-9492-4ef8-aec0-f6f016a44874",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8081eba0-3639-4bf9-bf31-a9bcb1486b1e",
"generatedFromUUID": "78c499eb-9492-4ef8-aec0-f6f016a44874"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8081eba0-3639-4bf9-bf31-a9bcb1486b1e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220327074958-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"artifactChecksum": "ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3"
}
],
"workloadContext": "Production"
}
2022-03-27T07:53:02.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:53:02.478Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb83a35c-222d-4b51-9890-970ab63c8bbd ASDC
2022-03-27T07:53:02.478Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f2e1c869-2f3a-4eca-90a6-821a7eade8db
ServiceName:vFW 2022-03-27 07-49-58
ServiceVersion:1.0
ServiceUUID:cb83a35c-222d-4b51-9890-970ab63c8bbd
ServiceInvariantUUID:08c3384e-cf23-4309-b5dd-14c9c2018d60
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327074958-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
ArtifactUUID:5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3
ArtifactChecksum:ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbda2625-72b7 0
ResourceCustomizationUUID:8fe64fc2-dd20-4327-ba11-6f47b66c20f4
ResourceInvariantUUID:cc9358c5-e87c-4fc0-9ced-e90b56700f95
ResourceName:vFW cbda2625-72b7
ResourceType:VF
ResourceUUID:d2d79e1c-bd18-49bd-9798-869e740a1cb0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbda262572b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
ArtifactUUID:75bcc6e8-57c8-474a-a70d-27189e0c1b6a
ArtifactChecksum:NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU=
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
ArtifactUUID:78c499eb-9492-4ef8-aec0-f6f016a44874
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
ArtifactUUID:8081eba0-3639-4bf9-bf31-a9bcb1486b1e
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
ArtifactUUID:8081eba0-3639-4bf9-bf31-a9bcb1486b1e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T07:53:02.479Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb83a35c-222d-4b51-9890-970ab63c8bbd 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-03-27T07:53:02.511Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3 from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:02.513Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:03.130Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:03.139Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3 99001
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar ASDC sendASDCNotification
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:03.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:03.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367583140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:53:03.244Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:03.245Z||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-03-27T07:53:03.245Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:03.262Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:03.263Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:53:04.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:53:04.146Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:04.147Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3, URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar to file: /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.147Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.148Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.148Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.412Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9647111423660425532/Definitions/service-Vfw20220327074958-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-27T07:53:06.921Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:53:06.922Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-27T07:53:06.922Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbda2625-72b7 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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-27T07:53:06.928Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:53:06.928Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:53:06.930Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.930Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.937Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.937Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71bf4e92-0983-4a9c-9fa8-abf13baed63f
2022-03-27T07:53:06.944Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.944Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=855f9a9f-ac57-4ab4-b83c-c109c0bf424e
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2819b315-d76f-4ca5-98d0-4f2d107d2c8d
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-27 07-49-58
Description:catalog service description
Model UUID:cb83a35c-222d-4b51-9890-970ab63c8bbd
Model Version:NULL
Model InvariantUuid:08c3384e-cf23-4309-b5dd-14c9c2018d60
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cbda2625-72b7
Model UUID:7ef0b601-d233-4355-bfab-c3dcd64768bf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc9358c5-e87c-4fc0-9ced-e90b56700f95
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8fe64fc2-dd20-4327-ba11-6f47b66c20f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
ModelName:VfwCbda262572b7..base_vfw..module-0
ModelUuid:b24e2128-8eaf-4ae1-af31-aa0b57e04962
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:71bf4e92-0983-4a9c-9fa8-abf13baed63f
ModelInvariantUuid:6c706e6a-59cc-4394-a607-058b74ac5bb6
ModelName:vFW cbda2625-72b7-nodes.vfwCvfc
ModelUuid:fe85bae7-ffa1-4a65-81d9-ac3c8b18ab33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:14d10c0f-2d69-4c21-83f8-82d3f82843d7
ModelInvariantUuid:9d9e42e2-762a-4d32-b280-5598cd2f5136
ModelName:VfwCbda262572b7.compute.nodes.heat.vfw
ModelUuid:1db72622-72b4-4e29-a686-126b8c0dda7a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:855f9a9f-ac57-4ab4-b83c-c109c0bf424e
ModelInvariantUuid:0122e342-49e0-4b5c-beb4-d4865301305b
ModelName:vFW cbda2625-72b7-nodes.vsnCvfc
ModelUuid:37464b64-ce28-45b6-b28b-6d96fb59d614
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9534f44e-2329-4a9d-9b9d-593b1efd9485
ModelInvariantUuid:966ab2c0-1a45-4f3c-a681-52801b367a83
ModelName:VfwCbda262572b7.compute.nodes.heat.vsn
ModelUuid:aaedcd67-47c5-4c9b-b703-590b4a747c39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2819b315-d76f-4ca5-98d0-4f2d107d2c8d
ModelInvariantUuid:c7665a38-6374-4fdb-a1a1-5a064458be2d
ModelName:vFW cbda2625-72b7-nodes.vpgCvfc
ModelUuid:16795f8a-f847-4566-93e6-1f8165522ae9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dbf283c0-cefc-4339-86f8-0f1b09f2fbb1
ModelInvariantUuid:9e160e61-0020-4cb4-a18d-553190e0da00
ModelName:VfwCbda262572b7.compute.nodes.heat.vpg
ModelUuid:bb619b2a-9976-4caa-a2f4-25a5d95046f1
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-03-27T07:53:06.962Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d2d79e1c-bd18-49bd-9798-869e740a1cb0
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-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||vFW cbda2625-72b7 0
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2d79e1c-bd18-49bd-9798-869e740a1cb0
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 75bcc6e8-57c8-474a-a70d-27189e0c1b6a from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:06.967Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:07.427Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:07.427Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json 75bcc6e8-57c8-474a-a70d-27189e0c1b6a 785
2022-03-27T07:53:07.428Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json ASDC sendASDCNotification
2022-03-27T07:53:07.428Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:07.429Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:07.429Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:07.433Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:07.434Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367587428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:53:07.534Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:07.535Z||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-03-27T07:53:07.536Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:07.554Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:07.555Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:08.435Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbda262572b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b80c75e2-7ab8-4eb8-9cbe-e3257c599333",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b24e2128-8eaf-4ae1-af31-aa0b57e04962",
"vfModuleModelCustomizationUUID": "bfa33d21-b886-44c4-99db-318fd8f56352",
"isBase": true,
"artifacts": [
"78c499eb-9492-4ef8-aec0-f6f016a44874",
"8081eba0-3639-4bf9-bf31-a9bcb1486b1e"
],
"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-03-27T07:53:08.441Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbda262572b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b24e2128-8eaf-4ae1-af31-aa0b57e04962
VfModuleModelInvariantUUID:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
VfModuleModelDescription:NULL
Artifacts UUID List:{
78c499eb-9492-4ef8-aec0-f6f016a44874
,
8081eba0-3639-4bf9-bf31-a9bcb1486b1e
}
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-03-27T07:53:08.445Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbda262572b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b80c75e2-7ab8-4eb8-9cbe-e3257c599333",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b24e2128-8eaf-4ae1-af31-aa0b57e04962",
"vfModuleModelCustomizationUUID": "bfa33d21-b886-44c4-99db-318fd8f56352",
"isBase": true,
"artifacts": [
"78c499eb-9492-4ef8-aec0-f6f016a44874",
"8081eba0-3639-4bf9-bf31-a9bcb1486b1e"
],
"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-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbda262572b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b24e2128-8eaf-4ae1-af31-aa0b57e04962
VfModuleModelInvariantUUID:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
VfModuleModelDescription:NULL
Artifacts UUID List:{
78c499eb-9492-4ef8-aec0-f6f016a44874
,
8081eba0-3639-4bf9-bf31-a9bcb1486b1e
}
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-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 78c499eb-9492-4ef8-aec0-f6f016a44874 from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.756Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:08.757Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml 78c499eb-9492-4ef8-aec0-f6f016a44874 20368
2022-03-27T07:53:08.757Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:08.761Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:08.761Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367588757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:53:08.861Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:08.863Z||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-03-27T07:53:08.863Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:08.879Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:08.879Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:09.762Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8081eba0-3639-4bf9-bf31-a9bcb1486b1e from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:09.762Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:09.763Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:10.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env 8081eba0-3639-4bf9-bf31-a9bcb1486b1e 2098
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:10.142Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:10.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:10.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367590141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:53:10.245Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:10.246Z||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-03-27T07:53:10.246Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:10.258Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:10.259Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:11.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cb83a35c-222d-4b51-9890-970ab63c8bbd
2022-03-27T07:53:11.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbda2625-72b7 0 d2d79e1c-bd18-49bd-9798-869e740a1cb0 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-03-27T07:53:11.174Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eea0971, org.onap.sdc.toscaparser.api.parameters.Input@31eea3c7, org.onap.sdc.toscaparser.api.parameters.Input@54526fc1, org.onap.sdc.toscaparser.api.parameters.Input@551c8582, org.onap.sdc.toscaparser.api.parameters.Input@7b13bfd1]
2022-03-27T07:53:11.175Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8fe64fc2-dd20-4327-ba11-6f47b66c20f4
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4 matches Tosca VF Customization UUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4
2022-03-27T07:53:11.177Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4 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-03-27T07:53:11.180Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.181Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8fe64fc2-dd20-4327-ba11-6f47b66c20f4: {\"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-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@494d3db3
2022-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfa33d21-b886-44c4-99db-318fd8f56352
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfa33d21-b886-44c4-99db-318fd8f56352
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-03-27T07:53:11.187Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.187Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.193Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:11.193Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.194Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71bf4e92-0983-4a9c-9fa8-abf13baed63f
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-03-27T07:53:11.198Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.199Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.199Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.200Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.200Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.205Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=855f9a9f-ac57-4ab4-b83c-c109c0bf424e
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-03-27T07:53:11.208Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.208Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.209Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.213Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.213Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2819b315-d76f-4ca5-98d0-4f2d107d2c8d
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-03-27T07:53:11.221Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.223Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.223Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=8fe64fc2-dd20-4327-ba11-6f47b66c20f4
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-03-27T07:53:11.225Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.226Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.226Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cb83a35c-222d-4b51-9890-970ab63c8bbd: vFW cbda2625-72b7
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-27 07-49-58
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-03-27T07:53:11.448Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbda2625-72b7 d2d79e1c-bd18-49bd-9798-869e740a1cb0 1 ASDC deployResourceStructure
2022-03-27T07:53:11.448Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json ASDC sendASDCNotification
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:11.452Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:11.452Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367591448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:53:11.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:11.554Z||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-03-27T07:53:11.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:11.577Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:11.578Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:53:12.453Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:12.456Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:12.457Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367592453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T07:53:12.557Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:12.558Z||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-03-27T07:53:12.558Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:12.576Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:12.576Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:13.479Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:13.485Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:13.486Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367593479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-27T07:53:13.584Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-27T07:53:13.585Z||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-03-27T07:53:13.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:13.667Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:13.668Z||pool-32-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:14.487Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar ASDC sendASDCNotification
2022-03-27T07:53:14.487Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:14.488Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:14.488Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:14.490Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:14.490Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367594487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:53:14.590Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:14.591Z||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-03-27T07:53:14.591Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:14.605Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:14.605Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:15.491Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:53:15.501Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:53:45.504Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:53:45.514Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:53:45.517Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:53:45.517Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:53:45.520Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:53:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:53:54.819Z||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-03-27T07:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:54.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:53:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367529000,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367561536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367560438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367563744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367564722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367563440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:54:15.526Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:54:15.548Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:54:15.550Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:54:15.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:54:15.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:54:45.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:54:45.562Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:54:45.564Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:54:45.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:54:45.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:54:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:54:54.819Z||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-03-27T07:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:54:54.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:54:54.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:54:54.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:54:54.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:15.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:55:15.579Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:55:45.584Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:55:45.599Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:55:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:55:54.820Z||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-03-27T07:55:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:55:54.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:55:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367575061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367575672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367577309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367577381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367576066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "cds",
"timestamp": 1648367576679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-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-03-27T07:55:54.870Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.870Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:55:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367570113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367578683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "policy-id",
"timestamp": 1648367577070,
"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-03-27T07:55:54.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:55:54.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367580348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367581429,
"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-03-27T07:55:54.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367581674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367582441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367582688,
"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-03-27T07:55:54.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367574804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367583140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367587428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367588757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367589490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367590141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367584045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367591448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367591500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367592165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367592453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "clamp",
"timestamp": 1648367592506,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.944Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.944Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:55:54.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367593479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367594487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367605319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "aai-ml",
"timestamp": 1648367606326,
"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-03-27T07:55:54.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:56:15.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:56:15.616Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
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-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:56:15.629Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T07:56:45.631Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db 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-03-27T07:56:45.639Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db and serviceModelVersionId: cb83a35c-222d-4b51-9890-970ab63c8bbd
2022-03-27T07:56:45.640Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08c3384e-cf23-4309-b5dd-14c9c2018d60
2022-03-27T07:56:45.642Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0
2022-03-27T07:56:45.650Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T07:56:45.746Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:45.748Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:47.286Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:47.289Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:48.838Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:48.840Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:49.858Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.859Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:49.860Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.860Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2e1c869-2f3a-4eca-90a6-821a7eade8db and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T07:56:49.870Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:49.873Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:49.873Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367809869,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:56:49.973Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:49.974Z||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-03-27T07:56:49.975Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:49.993Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:49.994Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-03-27T07:56:50.887Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:56:50.888Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-03-27T07:56:50.888Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:56:54.819Z||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-03-27T07:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:54.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367720113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367725438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1648367721537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367723441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367724722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367736861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367734681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367735333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367735687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "cds",
"timestamp": 1648367736340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-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-03-27T07:56:54.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 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-03-27T07:56:54.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367738162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "policy-id",
"timestamp": 1648367736693,
"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-03-27T07:56:54.907Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 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-03-27T07:56:54.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367739860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367740888,
"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-03-27T07:56:54.930Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.931Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 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-03-27T07:56:54.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648367741892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "DEPLOY_OK"
}
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367734045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "aai-ml",
"timestamp": 1648367742057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367747511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367743744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367749522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367751713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "clamp",
"timestamp": 1648367750526,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:56:54.960Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.960Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648367756268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:55.316Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:55.317Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||received message from topic
2022-03-27T07:56:55.317Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1fa81022-5f78-4042-ad58-26fcbac2b9b7","serviceName":"vFW 2022-03-27 07-52-48","serviceVersion":"1.0","serviceUUID":"c81896b3-48a4-4c71-99b7-d2433914d4d7","serviceDescription":"catalog service description","serviceInvariantUUID":"942e2457-e0bb-4547-bddb-b9acaa7fe971","resources":[{"resourceInstanceName":"vFW 198a570a-a413 0","resourceName":"vFW 198a570a-a413","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1b8350d-9dec-4e1e-b333-73879e291b1a","resourceInvariantUUID":"16baa445-0c2e-4c5b-8a32-294360f860ec","resourceCustomizationUUID":"30b4a26d-f432-4607-befe-2d272883d3e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml","artifactChecksum":"NzIyNGJmZGNmNTllZWQ4YzYzYmQxYTc5YTkyNmU0M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1265a6-dbb1-4f3c-93bb-45b47adc42fc","artifactVersion":"1"},{"artifactName":"vfw198a570aa4130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json","artifactChecksum":"NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e68d8d93-7e0a-4fc0-a23b-1176f5929a2f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c5d3b51-c046-4e5f-a772-b11dc189d027","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml","artifactChecksum":"MGE4MzI5ZmY1MWEzZTZlNjczOGNmMTliNTY4OWFmYTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd90fb91-3808-4c0c-83bc-2ec357d7f4ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b54a5cad-9b09-4b3f-9a9b-796b390cd619","artifactVersion":"2","generatedFromUUID":"9c5d3b51-c046-4e5f-a772-b11dc189d027"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327075248-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml","artifactChecksum":"MTg3YmNiNWE2NDRhZThkMjg4OWZhOGFkMmU1NGRiNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a880bc4c-2eac-4273-9afa-3c853617e74b","artifactVersion":"1"},{"artifactName":"service-Vfw20220327075248-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar","artifactChecksum":"NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a97a64e1-dc67-4915-9df4-c8e19fd52159","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:56:55.322Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:55.322Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:55.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:55.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:55.425Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:55.427Z||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-03-27T07:56:55.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:55.456Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:55.457Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:56.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:56.326Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:56.329Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:56.329Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "NOTIFIED"
}
2022-03-27T07:56:56.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:56.431Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:56.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:56.454Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:56.455Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:57.330Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:57.331Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:57.334Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:57.334Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-27T07:56:57.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:57.436Z||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-03-27T07:56:57.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:57.458Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:57.459Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:58.338Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:58.339Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:58.342Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:58.342Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:56:58.442Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:58.443Z||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-03-27T07:56:58.444Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:58.467Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:58.468Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:59.343Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:59.345Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:59.347Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:59.347Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-27T07:56:59.447Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:59.448Z||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-03-27T07:56:59.449Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:59.484Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:56:59.485Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:00.348Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:57:00.349Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:00.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:00.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-27T07:57:00.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:00.452Z||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-03-27T07:57:00.453Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:00.466Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:00.467Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:57:01.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:57:01.352Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:01.354Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:01.354Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367810887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "NOTIFIED"
}
2022-03-27T07:57:01.454Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:01.455Z||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-03-27T07:57:01.455Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:01.471Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:01.471Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:02.355Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"serviceName": "vFW 2022-03-27 07-52-48",
"serviceVersion": "1.0",
"serviceUUID": "c81896b3-48a4-4c71-99b7-d2433914d4d7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "942e2457-e0bb-4547-bddb-b9acaa7fe971",
"resources": [
{
"resourceInstanceName": "vFW 198a570a-a413 0",
"resourceCustomizationUUID": "30b4a26d-f432-4607-befe-2d272883d3e5",
"resourceName": "vFW 198a570a-a413",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1b8350d-9dec-4e1e-b333-73879e291b1a",
"resourceInvariantUUID": "16baa445-0c2e-4c5b-8a32-294360f860ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw198a570aa4130_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"artifactChecksum": "NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e68d8d93-7e0a-4fc0-a23b-1176f5929a2f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c5d3b51-c046-4e5f-a772-b11dc189d027",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b54a5cad-9b09-4b3f-9a9b-796b390cd619",
"generatedFromUUID": "9c5d3b51-c046-4e5f-a772-b11dc189d027"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b54a5cad-9b09-4b3f-9a9b-796b390cd619",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220327075248-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"artifactChecksum": "NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a97a64e1-dc67-4915-9df4-c8e19fd52159"
}
],
"workloadContext": "Production"
}
2022-03-27T07:57:02.356Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:57:02.356Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c81896b3-48a4-4c71-99b7-d2433914d4d7 ASDC
2022-03-27T07:57:02.357Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1fa81022-5f78-4042-ad58-26fcbac2b9b7
ServiceName:vFW 2022-03-27 07-52-48
ServiceVersion:1.0
ServiceUUID:c81896b3-48a4-4c71-99b7-d2433914d4d7
ServiceInvariantUUID:942e2457-e0bb-4547-bddb-b9acaa7fe971
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327075248-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
ArtifactUUID:a97a64e1-dc67-4915-9df4-c8e19fd52159
ArtifactChecksum:NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 198a570a-a413 0
ResourceCustomizationUUID:30b4a26d-f432-4607-befe-2d272883d3e5
ResourceInvariantUUID:16baa445-0c2e-4c5b-8a32-294360f860ec
ResourceName:vFW 198a570a-a413
ResourceType:VF
ResourceUUID:f1b8350d-9dec-4e1e-b333-73879e291b1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw198a570aa4130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
ArtifactUUID:e68d8d93-7e0a-4fc0-a23b-1176f5929a2f
ArtifactChecksum:NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY=
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
ArtifactUUID:9c5d3b51-c046-4e5f-a772-b11dc189d027
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
ArtifactUUID:b54a5cad-9b09-4b3f-9a9b-796b390cd619
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
ArtifactUUID:b54a5cad-9b09-4b3f-9a9b-796b390cd619
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-27T07:57:02.357Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c81896b3-48a4-4c71-99b7-d2433914d4d7 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-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: a97a64e1-dc67-4915-9df4-c8e19fd52159 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:02.389Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.830Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:02.842Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar a97a64e1-dc67-4915-9df4-c8e19fd52159 98981
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar ASDC sendASDCNotification
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:02.844Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:02.846Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:02.847Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367822843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:57:02.947Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:02.948Z||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-03-27T07:57:02.948Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:02.962Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:02.963Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:57:03.847Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:57:03.849Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:03.849Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to write artifact UUID: a97a64e1-dc67-4915-9df4-c8e19fd52159, URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar to file: /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.850Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.850Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.851Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:04.174Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6588548749512674244/Definitions/service-Vfw20220327075248-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-27T07:57:06.679Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||####################################################################################################
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 198a570a-a413 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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||####################################################################################################
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.687Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.687Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=747352a6-a078-4f91-b79c-3a788dcbc639
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4ec8a6-53d8-49a6-b4c6-501d6a2c8c1b
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b18593e7-8274-49e9-a334-c077936d42c1
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.701Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-27 07-52-48
Description:catalog service description
Model UUID:c81896b3-48a4-4c71-99b7-d2433914d4d7
Model Version:NULL
Model InvariantUuid:942e2457-e0bb-4547-bddb-b9acaa7fe971
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 198a570a-a413
Model UUID:6519b311-71a3-4396-a15c-910e2eecd309
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16baa445-0c2e-4c5b-8a32-294360f860ec
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:30b4a26d-f432-4607-befe-2d272883d3e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:968353bd-ef07-4547-985d-42e5b16597fc
ModelName:Vfw198a570aA413..base_vfw..module-0
ModelUuid:6aac355c-d406-44e8-8114-191732e63ad4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:747352a6-a078-4f91-b79c-3a788dcbc639
ModelInvariantUuid:d4182cbf-e894-4794-b5b8-81a394834019
ModelName:vFW 198a570a-a413-nodes.vfwCvfc
ModelUuid:c6ead8a1-9be3-4bfd-a392-a5db34a675c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a0619612-9ab8-4a4d-9afa-195d799a00ba
ModelInvariantUuid:c02bd7d5-d2a1-4095-891b-aee101dd1d3e
ModelName:Vfw198a570aA413.compute.nodes.heat.vfw
ModelUuid:7040b44b-897c-40b8-ba85-5b9554b46276
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7c4ec8a6-53d8-49a6-b4c6-501d6a2c8c1b
ModelInvariantUuid:8064c523-7324-4de6-b5cb-ca8cb0edc4da
ModelName:vFW 198a570a-a413-nodes.vsnCvfc
ModelUuid:2592a737-acf9-41bb-a297-40ca326ed17e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3c125c53-b549-4068-8664-52be4a7445b2
ModelInvariantUuid:36bab67d-b0c8-4beb-955c-6a029130d234
ModelName:Vfw198a570aA413.compute.nodes.heat.vsn
ModelUuid:d9db95c6-be96-4fd1-b60b-c78f337fc4f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b18593e7-8274-49e9-a334-c077936d42c1
ModelInvariantUuid:baa5e004-49d7-4e29-8772-b04903886df3
ModelName:vFW 198a570a-a413-nodes.vpgCvfc
ModelUuid:d187fdea-cfc6-4cd9-bb58-8d6c377e7134
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a9573d4c-a641-4150-9361-f764104169e4
ModelInvariantUuid:60c2a404-f679-4f73-a833-66d3863c61ec
ModelName:Vfw198a570aA413.compute.nodes.heat.vpg
ModelUuid:e4fe83db-ef3c-41cb-9fea-3899607c8b0b
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-03-27T07:57:06.707Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f1b8350d-9dec-4e1e-b333-73879e291b1a
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-03-27T07:57:06.711Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||vFW 198a570a-a413 0
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f1b8350d-9dec-4e1e-b333-73879e291b1a
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: e68d8d93-7e0a-4fc0-a23b-1176f5929a2f from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:07.128Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json e68d8d93-7e0a-4fc0-a23b-1176f5929a2f 785
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json ASDC sendASDCNotification
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:07.130Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:07.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:07.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367827129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:57:07.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:07.234Z||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-03-27T07:57:07.234Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:07.249Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:07.249Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:08.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw198a570aA413..base_vfw..module-0",
"vfModuleModelInvariantUUID": "968353bd-ef07-4547-985d-42e5b16597fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6aac355c-d406-44e8-8114-191732e63ad4",
"vfModuleModelCustomizationUUID": "582625fb-a5fc-4e35-a1cd-de7c9c74f3ba",
"isBase": true,
"artifacts": [
"9c5d3b51-c046-4e5f-a772-b11dc189d027",
"b54a5cad-9b09-4b3f-9a9b-796b390cd619"
],
"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-03-27T07:57:08.142Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw198a570aA413..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6aac355c-d406-44e8-8114-191732e63ad4
VfModuleModelInvariantUUID:968353bd-ef07-4547-985d-42e5b16597fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c5d3b51-c046-4e5f-a772-b11dc189d027
,
b54a5cad-9b09-4b3f-9a9b-796b390cd619
}
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-03-27T07:57:08.145Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw198a570aA413..base_vfw..module-0",
"vfModuleModelInvariantUUID": "968353bd-ef07-4547-985d-42e5b16597fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6aac355c-d406-44e8-8114-191732e63ad4",
"vfModuleModelCustomizationUUID": "582625fb-a5fc-4e35-a1cd-de7c9c74f3ba",
"isBase": true,
"artifacts": [
"9c5d3b51-c046-4e5f-a772-b11dc189d027",
"b54a5cad-9b09-4b3f-9a9b-796b390cd619"
],
"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-03-27T07:57:08.145Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw198a570aA413..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6aac355c-d406-44e8-8114-191732e63ad4
VfModuleModelInvariantUUID:968353bd-ef07-4547-985d-42e5b16597fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c5d3b51-c046-4e5f-a772-b11dc189d027
,
b54a5cad-9b09-4b3f-9a9b-796b390cd619
}
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-03-27T07:57:08.146Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: 9c5d3b51-c046-4e5f-a772-b11dc189d027 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.146Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:08.147Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.455Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml 9c5d3b51-c046-4e5f-a772-b11dc189d027 20368
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:08.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:08.459Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:08.459Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367828456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:57:08.559Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:08.560Z||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-03-27T07:57:08.560Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:08.577Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:08.578Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:09.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: b54a5cad-9b09-4b3f-9a9b-796b390cd619 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:09.461Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.722Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:09.724Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env b54a5cad-9b09-4b3f-9a9b-796b390cd619 2098
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:09.727Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:09.727Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
"distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648367829724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-27T07:57:09.835Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-27T07:57:09.836Z||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-03-27T07:57:09.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:09.850Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-27T07:57:09.851Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:10.728Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Preparing to deploy Service: c81896b3-48a4-4c71-99b7-d2433914d4d7
2022-03-27T07:57:10.729Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 198a570a-a413 0 f1b8350d-9dec-4e1e-b333-73879e291b1a 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-03-27T07:57:10.747Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4977caa7, org.onap.sdc.toscaparser.api.parameters.Input@257dbfcd, org.onap.sdc.toscaparser.api.parameters.Input@6a0deba7, org.onap.sdc.toscaparser.api.parameters.Input@7b8f1d17, org.onap.sdc.toscaparser.api.parameters.Input@cdac233]
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF Category is: Generic
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VFCustomizationUUID= 30b4a26d-f432-4607-befe-2d272883d3e5
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30b4a26d-f432-4607-befe-2d272883d3e5 matches Tosca VF Customization UUID: 30b4a26d-f432-4607-befe-2d272883d3e5
2022-03-27T07:57:10.750Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||vfCustomizationUUID: 30b4a26d-f432-4607-befe-2d272883d3e5 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-03-27T07:57:10.752Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.753Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||resource request for resource customization id 30b4a26d-f432-4607-befe-2d272883d3e5: {\"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-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4220d6de
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:57:10.755Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 582625fb-a5fc-4e35-a1cd-de7c9c74f3ba
2022-03-27T07:57:10.755Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 582625fb-a5fc-4e35-a1cd-de7c9c74f3ba
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-03-27T07:57:10.757Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:10.762Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.762Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=747352a6-a078-4f91-b79c-3a788dcbc639
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-03-27T07:57:10.765Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery