By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-18T17:26:54.621Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T17:27:06.528Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T17:27:06.528Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T17:27:06.646Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T17:27:10.907Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T17:27:11.366Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T17:27:11.839Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T17:27:11.846Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T17:27:11.943Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T17:27:12.197Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T17:27:12.837Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T17:27:14.541Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T17:27:16.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T17:27:16.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T17:27:17.140Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T17:27:17.349Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-18T17:27:18.123Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T17:27:19.042Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-18T17:27:19.074Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-18T17:27:19.076Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T17:27:21.615Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-18T17:27:23.993Z||main|||||WARN|500||---
2022-11-18T17:27:23.993Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T17:27:23.993Z||main|||||WARN|500||---
2022-11-18T17:27:24.357Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T17:27:29.600Z||main|||||INFO|500||Started Application in 37.982 seconds (JVM running for 39.923)
2022-11-18T17:27:29.615Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T17:27:29.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T17:27:29.635Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T17:27:29.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T17:27:29.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38a74fea-8a6d-489e-8871-32feed403996 url= /sdc/v1/artifactTypes
2022-11-18T17:27:29.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T17:27:29.980Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T17:27:30.006Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-18T17:27:30.031Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T17:27:30.043Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T17:27:30.097Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:27:30.111Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9cb73b16-857e-4e4c-9c46-96032c712bdb url= /sdc/v1/registerForDistribution
2022-11-18T17:27:30.258Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9cb73b16-857e-4e4c-9c46-96032c712bdb url= /sdc/v1/registerForDistribution
2022-11-18T17:27:30.258Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T17:27:30.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:27:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:27:30.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:27:30.276Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:27:30.276Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:27:30.276Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T17:27:30.277Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:27:40.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:27:40.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:28:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:28:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:28:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:28:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:28:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:28:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:28:39.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:28:39.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:29:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:29:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:29:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:29:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:29:30.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:29:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:29:39.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:29:39.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:30:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:30:30.269Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:30:30.269Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:30:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:30:30.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:30:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:30:39.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:30:39.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:31:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:31:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:31:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:31:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:31:30.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:31:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:31:39.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:31:39.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:32:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:32:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:32:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:32:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:32:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:32:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:32:39.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:32:39.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:33:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:33:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:33:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:33:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:33:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:33:39.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:33:39.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:34:30.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:34:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:34:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:34:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:34:30.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:34:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:34:39.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:34:39.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:35:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:35:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:35:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:35:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:35:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:35:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:35:39.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:35:39.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:36:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:36:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:36:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:36:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:36:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:36:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:36:39.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:36:39.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:37:09.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T17:37:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:37:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:37:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:37:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:37:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:37:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:37:39.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:37:39.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:38:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:38:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:38:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:38:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:38:30.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:38:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:38:39.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:38:39.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:39:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:39:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:39:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:39:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:39:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:39:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:39:39.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:39:39.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:40:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:40:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:40:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:40:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:40:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:40:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:40:39.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:40:39.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:41:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:41:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:41:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:41:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:41:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:41:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:41:39.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:41:39.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:42:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:42:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:42:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:42:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:42:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:42:39.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:42:39.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:43:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:43:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:43:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:43:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:43:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:43:39.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:43:39.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:44:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:44:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:44:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:44:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:44:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:44:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:44:39.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:44:39.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:45:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:45:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:45:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:45:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:45:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:45:39.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:45:39.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:46:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:46:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:46:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:46:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:46:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:46:39.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:46:39.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:47:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:47:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:47:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:47:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:47:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:47:39.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:47:39.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:48:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:48:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:48:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:48:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:48:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:48:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:48:39.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:48:39.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:49:30.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:49:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:49:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:49:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:49:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:49:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:49:39.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:49:39.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:50:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:50:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:50:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:50:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:50:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:50:39.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:50:39.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:51:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:51:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:51:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:51:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:51:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:51:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:51:39.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:51:39.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:52:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:52:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:52:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:52:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:52:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:52:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:52:39.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:52:39.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:53:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:53:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:53:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:53:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:53:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:53:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:53:39.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:53:39.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:54:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:54:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:54:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:54:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:54:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:54:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:54:39.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:54:39.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:55:05.258Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xb00xf7p\0xc50x880xa1&0xb93F0xcctzh0x150xf70xc20xffz0x1b30x16D0x0e,P0x10o0xa90xca:]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T17:55:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:55:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:55:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:55:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:55:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:55:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:55:39.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:55:39.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:56:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:56:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:56:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:56:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:56:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:56:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:56:39.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:56:39.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:57:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:57:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:57:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:57:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:57:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:57:39.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:57:39.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:58:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:58:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:58:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:58:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:58:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:58:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:58:39.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:58:39.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:59:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:59:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:59:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:59:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:59:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:59:39.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T17:59:39.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:00:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:00:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:00:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:00:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:00:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:00:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:00:39.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:00:39.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:01:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:01:30.269Z||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-11-18T18:01:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:01:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:01:30.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:01:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:01:39.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:01:39.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:02:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:02:30.268Z||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-11-18T18:02:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:02:30.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:02:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:02:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:02:39.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:02:39.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:03:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:03:30.268Z||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-11-18T18:03:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:03:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:03:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:03:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:03:39.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:03:39.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:04:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:04:30.268Z||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-11-18T18:04:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:04:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:04:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:04:39.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:04:39.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:05:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:05:30.268Z||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-11-18T18:05:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:05:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:05:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:05:39.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:05:39.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:06:30.268Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:06:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:06:30.270Z||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-11-18T18:06:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:06:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:06:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:06:39.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:06:39.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:07:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:07:30.268Z||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-11-18T18:07:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:07:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:07:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:07:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:07:39.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:07:39.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:08:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:08:30.268Z||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-11-18T18:08:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:08:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:08:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:08:39.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:08:39.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:09:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:09:30.269Z||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-11-18T18:09:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:09:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:09:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:09:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:09:39.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:09:39.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:10:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:10:30.268Z||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-11-18T18:10:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:10:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:10:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:10:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:10:39.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:10:39.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:11:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:11:30.268Z||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-11-18T18:11:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:11:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:11:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:11:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:11:39.852Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:11:39.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:12:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:12:30.268Z||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-11-18T18:12:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:12:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:12:30.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:12:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:12:39.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:12:39.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:13:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:13:30.268Z||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-11-18T18:13:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:13:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:13:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:13:39.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:13:39.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:14:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:14:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:14:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:14:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:14:30.270Z||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-11-18T18:14:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:14:39.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:14:39.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:15:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:15:30.268Z||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-11-18T18:15:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:15:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:15:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:15:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:15:39.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:15:39.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:16:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:16:30.268Z||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-11-18T18:16:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:16:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:16:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:16:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:16:39.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:16:39.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:17:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:17:30.268Z||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-11-18T18:17:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:17:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:17:30.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:17:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:17:39.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:17:39.848Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:18:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:18:30.268Z||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-11-18T18:18:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:18:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:18:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:18:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:18:39.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:18:39.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:19:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:19:30.268Z||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-11-18T18:19:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:19:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:19:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:19:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:19:39.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:19:39.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:20:30.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:20:30.269Z||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-11-18T18:20:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:20:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:20:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:20:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:20:39.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:20:39.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:21:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:21:30.268Z||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-11-18T18:21:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:21:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:21:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:21:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:21:39.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:21:39.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:22:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:22:30.269Z||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-11-18T18:22:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:22:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:22:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:22:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:22:39.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:22:39.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:23:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:23:30.268Z||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-11-18T18:23:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:23:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:23:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:23:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:23:39.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:23:39.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:24:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:24:30.268Z||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-11-18T18:24:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:24:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:24:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:24:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:24:39.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:24:39.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:25:30.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:25:30.269Z||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-11-18T18:25:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:25:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:25:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:25:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:25:39.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:25:39.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:26:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:26:30.268Z||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-11-18T18:26:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:26:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:26:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:26:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:26:39.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:26:39.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:27:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:27:30.268Z||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-11-18T18:27:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:27:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:27:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:27:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:27:39.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:27:39.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:28:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:28:30.268Z||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-11-18T18:28:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:28:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:28:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:28:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:28:39.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:28:39.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:29:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:29:30.269Z||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-11-18T18:29:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:29:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:29:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:29:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:29:39.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:29:39.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:30:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:30:30.269Z||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-11-18T18:30:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:30:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:30:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:30:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:30:39.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:30:39.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:31:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:31:30.268Z||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-11-18T18:31:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:31:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:31:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:31:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:31:39.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:31:39.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:32:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:32:30.268Z||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-11-18T18:32:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:32:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:32:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:32:39.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:32:39.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:33:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:33:30.268Z||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-11-18T18:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:33:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:33:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:33:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:33:39.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:33:39.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:34:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:34:30.268Z||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-11-18T18:34:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:34:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:34:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:34:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:34:39.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:34:39.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:35:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:35:30.268Z||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-11-18T18:35:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:35:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:35:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:35:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:35:39.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:35:39.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:36:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:36:30.268Z||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-11-18T18:36:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:36:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:36:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:36:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:36:39.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:36:39.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:37:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:37:30.268Z||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-11-18T18:37:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:37:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:37:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:37:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:37:39.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:37:39.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:38:30.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:38:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:38:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:38:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:38:30.271Z||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-11-18T18:38:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:38:39.823Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:38:39.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:39:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:39:30.268Z||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-11-18T18:39:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:39:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:39:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:39:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:39:39.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:39:39.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:40:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:40:30.268Z||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-11-18T18:40:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:40:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:40:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:40:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:40:39.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:40:39.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:41:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:41:30.268Z||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-11-18T18:41:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:41:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:41:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:41:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:41:39.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:41:39.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:42:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:42:30.268Z||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-11-18T18:42:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:42:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:42:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:42:39.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:42:39.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:43:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:43:30.268Z||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-11-18T18:43:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:43:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:43:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:43:39.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:43:39.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:44:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:44:30.268Z||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-11-18T18:44:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:44:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:44:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:44:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:44:39.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:44:39.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:45:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:45:30.269Z||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-11-18T18:45:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:45:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:45:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:45:39.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:45:39.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:46:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:46:30.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:46:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:46:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:46:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:46:39.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:46:39.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:47:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:47:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:47:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:47:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:47:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:47:39.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:47:39.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:48:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:48:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:48:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:48:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:48:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:48:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:48:39.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:48:39.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:49:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:49:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:49:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:49:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:49:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:49:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:49:39.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:49:39.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:50:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:50:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:50:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:50:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:50:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:50:39.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:50:39.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:51:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:51:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:51:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:51:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:51:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:51:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:51:39.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:51:39.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:52:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:52:30.268Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:52:30.268Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:52:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:52:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:52:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:52:39.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:52:39.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:53:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:53:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:53:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:53:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:53:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:53:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:53:39.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:53:39.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:54:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:54:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:54:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:54:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:54:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:54:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:54:39.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:54:39.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:55:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:55:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:55:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:55:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:55:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:55:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:55:39.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:55:39.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:56:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:56:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:56:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:56:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:56:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:56:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:56:39.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:56:39.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:57:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:57:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:57:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:57:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:57:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:57:39.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:57:39.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:58:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:58:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:58:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:58:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:58:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:58:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:58:39.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:58:39.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:59:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:59:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:59:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:59:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:59:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:59:39.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T18:59:39.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:00:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:00:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:00:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:00:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:00:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:00:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:00:39.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:00:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:01:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:01:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:01:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:01:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:01:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:01:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:01:39.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:01:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:02:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:02:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:02:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:02:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:02:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:02:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:02:39.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:02:39.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:03:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:03:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:03:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:03:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:03:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:03:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:03:39.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:03:39.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:04:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:04:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:04:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:04:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:04:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:04:39.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:04:39.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:05:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:05:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:05:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:05:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:05:39.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:05:39.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:06:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:06:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:06:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:06:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:06:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:06:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:06:39.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:06:39.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:07:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:07:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:07:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:07:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:07:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:07:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:07:39.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:07:39.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:08:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:08:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:08:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:08:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:08:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:08:39.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:08:39.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:09:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:09:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:09:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:09:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:09:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:09:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:09:39.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:09:39.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:10:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:10:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:10:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:10:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:10:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:10:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:10:39.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:10:39.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:11:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:11:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:11:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:11:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:11:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:11:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:11:39.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:11:39.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:12:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:12:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:12:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:12:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:12:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:12:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:12:39.819Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:12:39.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:13:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:13:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:13:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:13:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:13:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:13:39.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:13:39.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:14:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:14:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:14:30.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:14:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:14:30.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:14:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:14:39.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:14:39.823Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:15:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:15:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:15:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:15:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:15:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:15:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:15:39.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:15:39.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:16:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:16:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:16:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:16:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:16:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:16:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:16:39.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:16:39.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:17:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:17:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:17:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:17:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:17:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:17:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:17:39.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:17:39.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:18:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:18:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:18:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:18:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:18:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:18:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:18:39.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:18:39.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:19:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:19:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:19:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:19:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:19:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:19:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:19:39.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:19:39.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:20:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:20:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:20:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:20:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:20:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:20:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:20:39.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:20:39.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:21:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:21:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:21:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:21:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:21:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:21:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:21:39.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:21:39.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:22:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:22:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:22:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:22:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:22:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:22:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:22:39.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:22:39.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:23:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:23:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:23:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:23:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:23:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:23:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:23:39.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:23:39.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:24:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:24:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:24:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:24:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:24:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:24:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:24:39.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:24:39.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:25:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:25:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:25:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:25:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:25:30.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:25:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:25:39.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:25:39.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:26:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:26:30.268Z||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-11-18T19:26:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:26:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:26:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:26:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:26:39.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:26:39.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:27:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:27:30.268Z||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-11-18T19:27:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:27:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:27:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:27:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:27:39.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:27:39.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:28:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:28:30.268Z||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-11-18T19:28:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:28:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:28:30.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:28:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:28:39.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:28:39.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:29:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:29:30.268Z||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-11-18T19:29:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:29:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:29:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:29:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:29:39.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:29:39.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:30:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:30:30.268Z||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-11-18T19:30:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:30:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:30:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:30:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:30:39.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:30:39.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:31:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:31:30.268Z||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-11-18T19:31:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:31:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:31:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:31:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:31:39.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:31:39.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:32:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:32:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:32:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:32:30.270Z||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-11-18T19:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:32:39.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:32:39.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:33:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:33:30.269Z||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-11-18T19:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:33:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:33:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:33:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:33:39.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:33:39.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:34:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:34:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:34:30.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:34:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:34:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:34:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:34:39.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:34:39.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:35:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:35:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:35:30.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:35:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:35:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:35:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:35:39.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:35:39.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:36:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:36:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:36:30.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:36:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:36:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:36:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:36:39.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:36:39.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:37:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:37:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:37:30.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:37:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:37:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:37:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:37:39.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:37:39.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:38:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:38:30.268Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:38:30.268Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:38:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:38:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:38:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:38:39.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:38:39.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:39:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:39:30.268Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:39:30.268Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:39:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:39:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:39:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:39:39.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:39:39.819Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:40:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:40:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:40:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:40:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:40:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:40:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:40:39.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:40:39.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:41:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:41:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:41:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:41:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:41:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:41:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:41:39.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:41:39.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:42:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:42:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:42:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:42:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:42:39.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:42:39.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:43:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:43:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:43:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:43:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:43:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:43:39.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:43:39.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:44:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:44:30.268Z||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-11-18T19:44:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:44:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:44:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:44:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:44:39.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:44:39.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:45:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:45:30.268Z||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-11-18T19:45:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:45:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:45:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:45:39.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:45:39.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:46:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:46:30.268Z||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-11-18T19:46:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:46:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:46:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:46:39.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:46:39.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:47:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:47:30.268Z||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-11-18T19:47:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:47:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:47:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:47:39.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:47:39.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:48:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:48:30.268Z||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-11-18T19:48:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:48:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:48:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:48:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:48:39.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:48:39.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:49:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:49:30.268Z||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-11-18T19:49:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:49:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:49:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:49:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:49:39.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:49:39.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:50:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:50:30.268Z||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-11-18T19:50:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:50:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:50:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:50:39.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:50:39.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:51:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:51:30.268Z||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-11-18T19:51:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:51:30.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:51:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:51:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:51:39.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:51:39.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:52:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:52:30.268Z||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-11-18T19:52:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:52:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:52:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:52:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:52:39.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:52:39.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:53:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:53:30.269Z||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-11-18T19:53:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:53:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:53:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:53:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:53:39.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:53:39.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:54:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:54:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:54:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:54:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:54:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:54:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:54:39.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:54:39.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:55:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:55:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:55:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:55:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:55:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:55:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:55:39.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:55:39.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:56:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:56:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:56:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:56:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:56:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:56:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:56:39.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:56:39.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:57:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:57:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:57:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:57:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:57:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:57:39.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:57:39.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:58:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:58:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:58:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:58:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:58:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:58:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:58:39.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:58:39.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:59:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:59:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:59:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:59:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:59:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:59:39.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T19:59:39.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:00:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:00:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:30.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:00:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:00:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:30.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:30.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"517861c2-1fb6-4093-9cfd-091528c13231","serviceName":"vFW 2022-11-18 19-57-56","serviceVersion":"1.0","serviceUUID":"39227c79-f996-4aef-b863-39bc4f3608ef","serviceDescription":"catalog service description","serviceInvariantUUID":"b2de2ec8-9d99-433c-a977-1b63bb224e1f","resources":[{"resourceInstanceName":"vFW 1521e798-7732 0","resourceName":"vFW 1521e798-7732","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"753f3b42-168b-4d0f-9168-ea14b79df2cd","resourceInvariantUUID":"3bb22f8f-eca9-4884-a8a0-298f3eafd336","resourceCustomizationUUID":"cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml","artifactChecksum":"OGQ4ZGMxZmY2Y2UxMmEwNzA4YzVmYjY1ZDk4ODIxMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cc9ce56-fc51-4edd-9af2-d23794a0d150","artifactVersion":"1"},{"artifactName":"vfw1521e79877320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json","artifactChecksum":"ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bbd04292-8823-44a8-a453-83f24024637f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a703adf4-6e17-4bfa-8df8-d76307417371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml","artifactChecksum":"MDhiYmIxYTA2ZjQ4ODQxNWU3MWFhYWUwNWRmNjFiNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f37e06b-3f03-408c-9fb8-36a77f234af0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fcf6cf31-fc9d-4f80-84b7-8376217fed92","artifactVersion":"2","generatedFromUUID":"a703adf4-6e17-4bfa-8df8-d76307417371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118195756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml","artifactChecksum":"Y2E0ZGI2M2RhODdkZjg2NjNhNTA5NWMzY2U5MTVmYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b24884be-853b-4754-9a9c-265c8a4c204c","artifactVersion":"1"},{"artifactName":"service-Vfw20221118195756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar","artifactChecksum":"NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5fb0d49-8f80-4f58-9644-a6fb5805ad1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:00:30.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.938Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:30.944Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801583138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801581134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801591211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801591731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "cds",
"timestamp": 1668801592236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.103Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-18T20:00:31.106Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:31.107Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:31.120Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:31.122Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.205Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "ves-openapi-manager",
"timestamp": 1668801585940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801587025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801594999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801592524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801600431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801601619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801602731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801603878,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.251Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668801604882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801609413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668801610442,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.265Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801615148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "aai-ml",
"timestamp": 1668801616155,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:32.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:32.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:32.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:32.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOTIFIED"
}
2022-11-18T20:00:32.113Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:32.115Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:32.115Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:32.127Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:32.127Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:33.013Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:33.015Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:33.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:33.017Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:33.128Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:33.129Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:34.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:34.018Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:34.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:34.020Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:34.120Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:34.121Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:34.121Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:34.131Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:34.132Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:35.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:35.022Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:35.023Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:35.023Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T20:00:35.124Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:35.125Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:35.125Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:35.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:35.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:36.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:36.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:36.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:36.028Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:00:36.127Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:00:36.128Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:36.128Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:36.140Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:36.141Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:37.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:37.029Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:37.031Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:37.031Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:37.143Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:37.144Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:38.033Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"serviceName": "vFW 2022-11-18 19-57-56",
"serviceVersion": "1.0",
"serviceUUID": "39227c79-f996-4aef-b863-39bc4f3608ef",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b2de2ec8-9d99-433c-a977-1b63bb224e1f",
"resources": [
{
"resourceInstanceName": "vFW 1521e798-7732 0",
"resourceCustomizationUUID": "cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722",
"resourceName": "vFW 1521e798-7732",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "753f3b42-168b-4d0f-9168-ea14b79df2cd",
"resourceInvariantUUID": "3bb22f8f-eca9-4884-a8a0-298f3eafd336",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1521e79877320_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"artifactChecksum": "ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bbd04292-8823-44a8-a453-83f24024637f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a703adf4-6e17-4bfa-8df8-d76307417371",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fcf6cf31-fc9d-4f80-84b7-8376217fed92",
"generatedFromUUID": "a703adf4-6e17-4bfa-8df8-d76307417371"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fcf6cf31-fc9d-4f80-84b7-8376217fed92",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221118195756-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"artifactChecksum": "NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5fb0d49-8f80-4f58-9644-a6fb5805ad1f"
}
],
"workloadContext": "Production"
}
2022-11-18T20:00:38.034Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:00:38.034Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39227c79-f996-4aef-b863-39bc4f3608ef ASDC
2022-11-18T20:00:38.119Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:517861c2-1fb6-4093-9cfd-091528c13231
ServiceName:vFW 2022-11-18 19-57-56
ServiceVersion:1.0
ServiceUUID:39227c79-f996-4aef-b863-39bc4f3608ef
ServiceInvariantUUID:b2de2ec8-9d99-433c-a977-1b63bb224e1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118195756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
ArtifactUUID:e5fb0d49-8f80-4f58-9644-a6fb5805ad1f
ArtifactChecksum:NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1521e798-7732 0
ResourceCustomizationUUID:cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
ResourceInvariantUUID:3bb22f8f-eca9-4884-a8a0-298f3eafd336
ResourceName:vFW 1521e798-7732
ResourceType:VF
ResourceUUID:753f3b42-168b-4d0f-9168-ea14b79df2cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1521e79877320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
ArtifactUUID:bbd04292-8823-44a8-a453-83f24024637f
ArtifactChecksum:ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA=
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/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
ArtifactUUID:a703adf4-6e17-4bfa-8df8-d76307417371
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/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
ArtifactUUID:fcf6cf31-fc9d-4f80-84b7-8376217fed92
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/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
ArtifactUUID:fcf6cf31-fc9d-4f80-84b7-8376217fed92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T20:00:38.119Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39227c79-f996-4aef-b863-39bc4f3608ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:00:38.172Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:00:38.173Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5fb0d49-8f80-4f58-9644-a6fb5805ad1f from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:38.176Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.807Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:38.828Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar e5fb0d49-8f80-4f58-9644-a6fb5805ad1f 100697
2022-11-18T20:00:38.831Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar ASDC sendASDCNotification
2022-11-18T20:00:38.831Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.832Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:38.835Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:38.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:38.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801638829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:38.938Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:38.939Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:38.939Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:38.949Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:38.950Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:39.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:00:39.840Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:39.840Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e5fb0d49-8f80-4f58-9644-a6fb5805ad1f, URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar to file: /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.841Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.910Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.910Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:40.263Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11179158564457281406/Definitions/service-Vfw20221118195756-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-18T20:00:42.471Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1521e798-7732 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-18T20:00:42.484Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.486Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.490Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.491Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-18T20:00:42.494Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:00:42.496Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.496Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eb0eef4-744e-48e9-a99f-c67e931a7aa3
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c35715b5-1c60-4f6c-80a9-4e55c03da6f8
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-18 19-57-56
Description:catalog service description
Model UUID:39227c79-f996-4aef-b863-39bc4f3608ef
Model Version:NULL
Model InvariantUuid:b2de2ec8-9d99-433c-a977-1b63bb224e1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1521e798-7732
Model UUID:5ea9ab85-ba15-4728-a76f-c83155b84a38
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bb22f8f-eca9-4884-a8a0-298f3eafd336
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
ModelName:Vfw1521e7987732..base_vfw..module-0
ModelUuid:748d7c67-9ffb-4267-8c36-87de2110f192
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3eb0eef4-744e-48e9-a99f-c67e931a7aa3
ModelInvariantUuid:f692e13b-add3-4da8-8a92-495c0a435123
ModelName:vFW 1521e798-7732-nodes.vfwCvfc
ModelUuid:1d0cd4f4-13e4-4dc9-af9c-c71c2c4e8312
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:29e2f4fe-3ba0-439b-ab98-6db8be87ccc9
ModelInvariantUuid:1e4e68ea-6351-4380-b672-cdb4f2ec0417
ModelName:Vfw1521e7987732.compute.nodes.heat.vfw
ModelUuid:ee943ff1-914b-4927-8172-2e34e251d0df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c35715b5-1c60-4f6c-80a9-4e55c03da6f8
ModelInvariantUuid:3f3b3a46-12fd-4d15-bf5d-fdd0883ac616
ModelName:vFW 1521e798-7732-nodes.vsnCvfc
ModelUuid:a82a3c96-35e1-4a7c-84d6-569b313e3fa3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5ef18ada-f893-41af-a6a1-23f6a22fe482
ModelInvariantUuid:261a0bbd-8443-4c22-ab2a-768f28ec5a36
ModelName:Vfw1521e7987732.compute.nodes.heat.vsn
ModelUuid:f051fd63-caca-4083-9a3b-42cbeac70f98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
ModelInvariantUuid:891eac2c-923d-472a-9c9c-724806f66046
ModelName:vFW 1521e798-7732-nodes.vpgCvfc
ModelUuid:12d414e7-1025-4050-a88d-dfcae8a76971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:db1776e9-63de-4339-843c-84f6ccad4737
ModelInvariantUuid:75908092-c59d-46bd-875c-c460360a9667
ModelName:Vfw1521e7987732.compute.nodes.heat.vpg
ModelUuid:8a2088aa-3912-4253-959b-bd6896a944cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:00:42.527Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 753f3b42-168b-4d0f-9168-ea14b79df2cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:42.617Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||vFW 1521e798-7732 0
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 753f3b42-168b-4d0f-9168-ea14b79df2cd
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbd04292-8823-44a8-a453-83f24024637f from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:42.627Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.716Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:42.716Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json bbd04292-8823-44a8-a453-83f24024637f 785
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json ASDC sendASDCNotification
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:42.720Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:42.721Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801642717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:42.821Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:00:42.821Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:42.822Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:42.840Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:42.841Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:43.722Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1521e7987732..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97a868c9-7ec9-4d0c-9a6c-9d6e201209d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "748d7c67-9ffb-4267-8c36-87de2110f192",
"vfModuleModelCustomizationUUID": "d38c5b4a-2841-4d19-b957-504c214ddaa6",
"isBase": true,
"artifacts": [
"a703adf4-6e17-4bfa-8df8-d76307417371",
"fcf6cf31-fc9d-4f80-84b7-8376217fed92"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T20:00:43.735Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1521e7987732..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:748d7c67-9ffb-4267-8c36-87de2110f192
VfModuleModelInvariantUUID:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a703adf4-6e17-4bfa-8df8-d76307417371
,
fcf6cf31-fc9d-4f80-84b7-8376217fed92
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1521e7987732..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97a868c9-7ec9-4d0c-9a6c-9d6e201209d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "748d7c67-9ffb-4267-8c36-87de2110f192",
"vfModuleModelCustomizationUUID": "d38c5b4a-2841-4d19-b957-504c214ddaa6",
"isBase": true,
"artifacts": [
"a703adf4-6e17-4bfa-8df8-d76307417371",
"fcf6cf31-fc9d-4f80-84b7-8376217fed92"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1521e7987732..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:748d7c67-9ffb-4267-8c36-87de2110f192
VfModuleModelInvariantUUID:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a703adf4-6e17-4bfa-8df8-d76307417371
,
fcf6cf31-fc9d-4f80-84b7-8376217fed92
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a703adf4-6e17-4bfa-8df8-d76307417371 from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:43.739Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.957Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:43.961Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml a703adf4-6e17-4bfa-8df8-d76307417371 20368
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:43.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:43.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801643962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:44.064Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:44.066Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:44.067Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:44.079Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:44.080Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:44.965Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fcf6cf31-fc9d-4f80-84b7-8376217fed92 from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:44.965Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:44.966Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:45.022Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env fcf6cf31-fc9d-4f80-84b7-8376217fed92 2098
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:45.026Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:45.026Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801645023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:00:45.126Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:45.127Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:45.127Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:45.141Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:45.142Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:46.027Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 39227c79-f996-4aef-b863-39bc4f3608ef
2022-11-18T20:00:46.028Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1521e798-7732 0 753f3b42-168b-4d0f-9168-ea14b79df2cd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:46.066Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61317be1, org.onap.sdc.toscaparser.api.parameters.Input@1ee0b940, org.onap.sdc.toscaparser.api.parameters.Input@3d78d5a7, org.onap.sdc.toscaparser.api.parameters.Input@53cb0931, org.onap.sdc.toscaparser.api.parameters.Input@39cf8eda]
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722 matches Tosca VF Customization UUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:00:46.078Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.078Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6114e9a7
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:00:46.081Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d38c5b4a-2841-4d19-b957-504c214ddaa6
2022-11-18T20:00:46.082Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d38c5b4a-2841-4d19-b957-504c214ddaa6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.090Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eb0eef4-744e-48e9-a99f-c67e931a7aa3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.099Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c35715b5-1c60-4f6c-80a9-4e55c03da6f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.111Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.113Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:46.115Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.115Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 39227c79-f996-4aef-b863-39bc4f3608ef: vFW 1521e798-7732
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-18 19-57-56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1521e798-7732 753f3b42-168b-4d0f-9168-ea14b79df2cd 1 ASDC deployResourceStructure
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json ASDC sendASDCNotification
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:46.367Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:46.367Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801646365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:46.468Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:00:46.469Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:46.469Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:46.479Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:46.480Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:47.368Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:47.371Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:47.372Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801647368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:47.472Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:47.473Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:47.473Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:47.484Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:47.485Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:48.372Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:48.375Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:48.375Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801648372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:48.475Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:48.476Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:48.476Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:48.549Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:48.549Z||pool-16-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar ASDC sendASDCNotification
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:49.378Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:49.378Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801649376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:00:49.478Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:49.479Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:49.479Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:49.491Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:00:49.491Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:50.379Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.395Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.402Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:01:20.402Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:01:20.411Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 517861c2-1fb6-4093-9cfd-091528c13231 and serviceModelVersionId: 39227c79-f996-4aef-b863-39bc4f3608ef
2022-11-18T20:01:20.411Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2de2ec8-9d99-433c-a977-1b63bb224e1f
2022-11-18T20:01:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:01:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:01:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:30.370Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0
2022-11-18T20:01:30.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:01:30.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:01:30.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:01:30.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:01:30.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:01:30.958Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:01:30.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|INFO|500||Invoke
2022-11-18T20:01:31.144Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T20:01:32.561Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|INFO|500||InvokeReturn
2022-11-18T20:01:32.566Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-20:01:32:183-25731], vertex-id=[381152], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:01:32 GMT], Content-Type=[application/json]}
2022-11-18T20:01:32.567Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:01:32.574Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:01:32.575Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:01:32.585Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:01:32.630Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 517861c2-1fb6-4093-9cfd-091528c13231 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:01:32.633Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:01:32.633Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:01:32.636Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:01:32.638Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801692631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:01:32.738Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-18T20:01:32.739Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:01:32.740Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:32.754Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:01:32.754Z||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-11-18T20:01:33.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:01:33.652Z||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-11-18T20:01:33.652Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:43.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:02:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:02:30.268Z||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-11-18T20:02:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:02:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:02:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:02:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:02:30.335Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:02:30.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801630267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801638829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801642717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801643962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801645023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801646365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801647368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801648372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801649376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:39.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:03:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:03:30.268Z||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-11-18T20:03:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:03:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:03:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:03:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:03:30.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:03:30.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:03:30.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668801692631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:03:30.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:03:39.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:04:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:04:30.269Z||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-11-18T20:04:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:04:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:04:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:04:39.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:04:39.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:05:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:05:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:05:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:05:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:05:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:05:39.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:05:39.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:06:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:06:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:06:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:06:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:06:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:06:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:06:39.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:06:39.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:07:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:07:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:07:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:07:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:07:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:07:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:07:39.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:07:39.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:08:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:08:30.268Z||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-11-18T20:08:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:08:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:08:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:08:39.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:08:39.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:09:30.268Z||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-11-18T20:09:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:09:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:09:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:30.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:30.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:30.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "cds",
"timestamp": 1668802123138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9a837a1-5ce7-4b80-af52-3d0939e1f496","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d57f0a9e-e95d-4730-81fd-41e9eacb553b","serviceDescription":"service","serviceInvariantUUID":"9dd6a733-999e-450f-8bf6-fe757d61ec50","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"45255add-ab6a-44bc-9cac-0f666a1041fe","resourceInvariantUUID":"57add545-8250-4bfc-9495-1d7fd1f83bb6","resourceCustomizationUUID":"71a1451c-3f0e-4205-b7ee-6044fbfecd10","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDhlZjdlOWMzNmY4YjE4NWRkMGVmYWQwNTQ1ODVmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35d88fbe-040f-4935-9cb4-5a47fde420ce","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4589294d-f125-4677-b995-46081f7e6b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:09:30.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:09:30.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:30.938Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:30.938Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802170267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802121132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "cds",
"timestamp": 1668802123138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802121132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802125940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "cds",
"timestamp": 1668802126717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802126925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802125940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "aai-ml",
"timestamp": 1668802127025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "cds",
"timestamp": 1668802127724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:30.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "aai-ml",
"timestamp": 1668802127025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "aai-ml",
"timestamp": 1668802129897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802131845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802132850,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:30.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:30.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802132524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802132524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "aai-ml",
"timestamp": 1668802136060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "aai-ml",
"timestamp": 1668802137075,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:31.000Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:31.000Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:31.037Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:31.038Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:31.038Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:31.067Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:31.068Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:31.939Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:09:31.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:31.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:31.942Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802170267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:09:32.043Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:32.043Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:32.044Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:32.063Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:32.063Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d57f0a9e-e95d-4730-81fd-41e9eacb553b",
"serviceDescription": "service",
"serviceInvariantUUID": "9dd6a733-999e-450f-8bf6-fe757d61ec50",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "71a1451c-3f0e-4205-b7ee-6044fbfecd10",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "45255add-ab6a-44bc-9cac-0f666a1041fe",
"resourceInvariantUUID": "57add545-8250-4bfc-9495-1d7fd1f83bb6",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4589294d-f125-4677-b995-46081f7e6b2b"
}
],
"workloadContext": "Production"
}
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d57f0a9e-e95d-4730-81fd-41e9eacb553b ASDC
2022-11-18T20:09:32.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a9a837a1-5ce7-4b80-af52-3d0939e1f496
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d57f0a9e-e95d-4730-81fd-41e9eacb553b
ServiceInvariantUUID:9dd6a733-999e-450f-8bf6-fe757d61ec50
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:4589294d-f125-4677-b995-46081f7e6b2b
ArtifactChecksum:MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:71a1451c-3f0e-4205-b7ee-6044fbfecd10
ResourceInvariantUUID:57add545-8250-4bfc-9495-1d7fd1f83bb6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:45255add-ab6a-44bc-9cac-0f666a1041fe
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-18T20:09:32.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d57f0a9e-e95d-4730-81fd-41e9eacb553b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:09:32.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:09:32.979Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4589294d-f125-4677-b995-46081f7e6b2b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:33.323Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4589294d-f125-4677-b995-46081f7e6b2b 57664
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:09:33.326Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:33.327Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:33.327Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802173325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:09:33.428Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:33.428Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:33.429Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:33.438Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:33.439Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:34.328Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:09:34.330Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4589294d-f125-4677-b995-46081f7e6b2b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.332Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.422Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7798567626359630251/Definitions/service-BasicNetwork-template.yml
2022-11-18T20:09:34.819Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|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-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.823Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d57f0a9e-e95d-4730-81fd-41e9eacb553b
Model Version:NULL
Model InvariantUuid:9dd6a733-999e-450f-8bf6-fe757d61ec50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:57add545-8250-4bfc-9495-1d7fd1f83bb6
Model UUID:a299deeb-711a-45b1-9634-a516139e7180
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:71a1451c-3f0e-4205-b7ee-6044fbfecd10
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:09:34.829Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 45255add-ab6a-44bc-9cac-0f666a1041fe
2022-11-18T20:09:34.829Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||No resources found for Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:09:34.835Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-18T20:09:34.837Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:09:34.844Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ab3754e, org.onap.sdc.toscaparser.api.parameters.Input@182948e, org.onap.sdc.toscaparser.api.parameters.Input@3b700448, org.onap.sdc.toscaparser.api.parameters.Input@29f8a08d, org.onap.sdc.toscaparser.api.parameters.Input@5810a9f9]
2022-11-18T20:09:34.845Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.845Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d57f0a9e-e95d-4730-81fd-41e9eacb553b: Generic NeutronNet
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.946Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:09:34.946Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:34.948Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:34.948Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802174945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:09:35.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:09:35.050Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:35.050Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:35.060Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:09:35.061Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:35.949Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.959Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.968Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:10:05.968Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:10:05.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496 and serviceModelVersionId: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:10:05.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dd6a733-999e-450f-8bf6-fe757d61ec50
2022-11-18T20:10:05.979Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0
2022-11-18T20:10:05.984Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:10:06.030Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|INFO|500||Invoke
2022-11-18T20:10:06.030Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d2ae5b8-6e9b-4c21-91db-44ddff3dd62d], X-ECOMP-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], X-TransactionId=[], X-ONAP-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], Content-Type=[application/merge-patch+json]}
2022-11-18T20:10:06.079Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T20:10:06.342Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-20:10:07:077-91524], vertex-id=[176336], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:10:07 GMT], Content-Type=[application/json]}
2022-11-18T20:10:06.345Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:10:06.346Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|INFO|500||InvokeReturn
2022-11-18T20:10:06.347Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:10:06.347Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:06.355Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:10:06.355Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9a837a1-5ce7-4b80-af52-3d0939e1f496 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:10:06.356Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:10:06.356Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:06.358Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:06.358Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802206356,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:10:06.459Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:06.460Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:06.461Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:06.480Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:06.481Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:10:30.267Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:10:30.268Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|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-11-18T20:10:30.268Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:10:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:10:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:30.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:30.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:10:30.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802170267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:30.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:10:30.893Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:30.894Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:10:30.894Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c3277aa-a095-47cb-aeee-a44774f1757f","serviceName":"Demo_pNF_FBi9oxKHoSssk79CqDmy","serviceVersion":"1.0","serviceUUID":"1ebda0de-3ba8-4f55-ba79-55672f7e0c3f","serviceDescription":"catalog service description","serviceInvariantUUID":"f6535433-aa64-411c-8b41-19a9a71198d6","resources":[{"resourceInstanceName":"pNF 7e2ee99d-f278 0","resourceName":"pNF 7e2ee99d-f278","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"56376690-ea9b-4afc-b78a-996a7ad02c07","resourceInvariantUUID":"0bad49f5-760e-4a31-a51d-5918bdb61d43","resourceCustomizationUUID":"74b7fe58-31b6-472f-a7f8-a813314c6be0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ2NjkyYmRmYjU2ZDcwOWM4NmMxM2E5YThlNGQ2YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"750e69e2-2e49-44c1-a776-51c015a1618b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar","artifactChecksum":"MTM2NmNjZWZhM2EwZWEwMDQ3OWZlMjkxYWM0YjczYWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3452230b-6746-46aa-a8cc-7a7daa76e49c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"492727ba-d888-491e-9628-598e47dd325c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBhZDA2M2Y2MjMyYjQ2ZGI4OTY5NDJiMGJhMDcxNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c520abc-771e-4aac-add0-328ebe2822a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71ae5d3c-61d4-46b7-ad80-0cfbf7b5c5b6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb377664-f522-47de-bf96-aeeab6c5198e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml","artifactChecksum":"NDJhMDkzNmM4NzNlOWI5NWZkMWFjYmNiZGUwNDBjYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3de89f4-8292-407a-8562-b535a9be9f37","artifactVersion":"1"},{"artifactName":"service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar","artifactChecksum":"MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1377341c-ed59-4439-a2ff-38c1d7a31051","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:10:30.898Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:30.898Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:30.900Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:30.900Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:31.000Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:31.001Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:31.001Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:31.012Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:31.013Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:31.901Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:31.901Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:31.903Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:31.903Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:32.017Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:32.017Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:32.904Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:32.904Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:32.906Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:32.906Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:33.019Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:33.019Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:33.907Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:33.908Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:33.909Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:33.909Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:34.010Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:34.011Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:34.011Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:34.021Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:34.021Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:34.910Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:34.911Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:34.913Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:34.913Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:35.014Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:35.015Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:35.015Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:35.027Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:35.027Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:35.914Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:35.915Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:35.916Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:35.916Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:36.017Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:36.018Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:36.018Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:36.031Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:36.031Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:36.917Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:36.918Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:36.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:36.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:10:37.020Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:37.021Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:37.021Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:37.055Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:37.056Z||pool-30-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:37.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:37.921Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:37.923Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:37.923Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802230267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:10:38.024Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:38.025Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:38.025Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:38.037Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:38.038Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:38.924Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"serviceName": "Demo_pNF_FBi9oxKHoSssk79CqDmy",
"serviceVersion": "1.0",
"serviceUUID": "1ebda0de-3ba8-4f55-ba79-55672f7e0c3f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f6535433-aa64-411c-8b41-19a9a71198d6",
"resources": [
{
"resourceInstanceName": "pNF 7e2ee99d-f278 0",
"resourceCustomizationUUID": "74b7fe58-31b6-472f-a7f8-a813314c6be0",
"resourceName": "pNF 7e2ee99d-f278",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "56376690-ea9b-4afc-b78a-996a7ad02c07",
"resourceInvariantUUID": "0bad49f5-760e-4a31-a51d-5918bdb61d43",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"artifactChecksum": "MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1377341c-ed59-4439-a2ff-38c1d7a31051"
}
],
"workloadContext": "Production"
}
2022-11-18T20:10:38.925Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:10:38.925Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f ASDC
2022-11-18T20:10:38.925Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6c3277aa-a095-47cb-aeee-a44774f1757f
ServiceName:Demo_pNF_FBi9oxKHoSssk79CqDmy
ServiceVersion:1.0
ServiceUUID:1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
ServiceInvariantUUID:f6535433-aa64-411c-8b41-19a9a71198d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
ArtifactUUID:1377341c-ed59-4439-a2ff-38c1d7a31051
ArtifactChecksum:MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e2ee99d-f278 0
ResourceCustomizationUUID:74b7fe58-31b6-472f-a7f8-a813314c6be0
ResourceInvariantUUID:0bad49f5-760e-4a31-a51d-5918bdb61d43
ResourceName:pNF 7e2ee99d-f278
ResourceType:PNF
ResourceUUID:56376690-ea9b-4afc-b78a-996a7ad02c07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-18T20:10:38.925Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:10:38.951Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1377341c-ed59-4439-a2ff-38c1d7a31051 from URL: /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:39.090Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar 1377341c-ed59-4439-a2ff-38c1d7a31051 87774
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar ASDC sendASDCNotification
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:39.097Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:39.097Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802239095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:10:39.197Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:39.198Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:39.199Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:39.209Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:39.209Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:40.098Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:10:40.099Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1377341c-ed59-4439-a2ff-38c1d7a31051, URL: /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar to file: /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.101Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.231Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13635721728343435208/Definitions/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml
2022-11-18T20:10:40.806Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e2ee99d-f278 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Node template pNF 7e2ee99d-f278 0 is matching search criteria
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7e2ee99d-f278 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Node template pNF 7e2ee99d-f278 0 is matching search criteria
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7e2ee99d-f278 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_FBi9oxKHoSssk79CqDmy
Description:catalog service description
Model UUID:1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
Model Version:NULL
Model InvariantUuid:f6535433-aa64-411c-8b41-19a9a71198d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:10:40.821Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 56376690-ea9b-4afc-b78a-996a7ad02c07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:40.825Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||pNF 7e2ee99d-f278 0
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 56376690-ea9b-4afc-b78a-996a7ad02c07
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e2ee99d-f278 0 56376690-ea9b-4afc-b78a-996a7ad02c07 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:40.844Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3199e244, org.onap.sdc.toscaparser.api.parameters.Input@5cb3933b, org.onap.sdc.toscaparser.api.parameters.Input@6e93fb18, org.onap.sdc.toscaparser.api.parameters.Input@4fb394a1, org.onap.sdc.toscaparser.api.parameters.Input@31c6d4d1]
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f: pNF 7e2ee99d-f278
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 56376690-ea9b-4afc-b78a-996a7ad02c07
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Resource customization UUID: 74b7fe58-31b6-472f-a7f8-a813314c6be0 is the same as notified resource customizationUUID: 74b7fe58-31b6-472f-a7f8-a813314c6be0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-18T20:10:40.894Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e2ee99d-f278 56376690-ea9b-4afc-b78a-996a7ad02c07 0 ASDC deployResourceStructure
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar ASDC sendASDCNotification
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:40.898Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:40.898Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802240895,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:10:40.998Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:40.999Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:40.999Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:41.010Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:10:41.011Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:41.899Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:10:41.907Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:11.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:11.917Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:11:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:11:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:11:30.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:11:30.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802170267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802173325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802174945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802183138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802187025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802185940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802181133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802197105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802197480,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802197475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802198026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "cds",
"timestamp": 1668802198112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.362Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.362Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802198724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "ves-openapi-manager",
"timestamp": 1668802199728,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668802192524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802203747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802204430,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668802204768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.393Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "aai-ml",
"timestamp": 1668802205435,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802206356,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:11:30.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:41.921Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.930Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.932Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.936Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:12:11.937Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:12:11.942Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c3277aa-a095-47cb-aeee-a44774f1757f and serviceModelVersionId: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:12:11.943Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6535433-aa64-411c-8b41-19a9a71198d6
2022-11-18T20:12:11.944Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0
2022-11-18T20:12:11.948Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:12:11.979Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:12:11.983Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|INFO|500||Invoke
2022-11-18T20:12:12.048Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T20:12:12.481Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|INFO|500||InvokeReturn
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-20:12:13:097-91559], vertex-id=[413760], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:12:13 GMT], Content-Type=[application/json]}
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:12.489Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c3277aa-a095-47cb-aeee-a44774f1757f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:12.492Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:12.492Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802332490,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:12:12.593Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:12.594Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:12.594Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:12.627Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:12.629Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:12:13.511Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:12:13.513Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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-11-18T20:12:13.513Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:14.155Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:14.157Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:12:14.157Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbe49c2a-2324-46f0-9057-0b21a1867aa9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"689485af-9166-4d80-8fdc-53bf939bfb75","serviceDescription":"service","serviceInvariantUUID":"fa06fc87-833e-468c-947f-baa6d8fa8b68","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14d923ee-a6b1-4929-86a7-5d86ebc04014","resourceInvariantUUID":"66a4e271-a492-489a-91c5-b734369aad9e","resourceCustomizationUUID":"9532c26d-ae87-43d9-a321-d78f9bd4abfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTViYjgxYzMxNmQ2MzliZTI4NzIxMmU5OGZiMDY4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"653b2010-9960-4eb1-baf6-6d1566b4648a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad303bf8-01eb-4a30-a41b-460c46d08585","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258cd8d5-4c63-4c91-97c6-5d906bc93a09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82f428e1-6861-417e-a389-fb2a3447bbaa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cf7413b-8e3e-4370-9b03-69d8890d2bf2","artifactVersion":"2","generatedFromUUID":"258cd8d5-4c63-4c91-97c6-5d906bc93a09"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODEwYjQ4NmFlNjU1ZGE2NWM5YzU5YTU1NWM4MWQ0NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8399aa3-35bf-4527-80ae-4ebd1893704f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:12:14.158Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:14.158Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:14.160Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:14.161Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:12:14.261Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:14.261Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:14.262Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:14.290Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:14.290Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:15.161Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:15.162Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:15.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:15.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T20:12:15.264Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:15.265Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:15.265Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:15.279Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:15.281Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:12:16.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:16.165Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:16.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:16.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-18T20:12:16.267Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:16.268Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:16.268Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:16.278Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:16.279Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:17.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:17.168Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:17.189Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:17.189Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:12:17.271Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-11-18T20:12:17.272Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:17.272Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:17.283Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:17.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:12:18.190Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:18.190Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:18.194Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:18.195Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-18T20:12:18.300Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-18T20:12:18.301Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:18.301Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:18.312Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:18.313Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:19.195Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:19.196Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:19.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:19.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T20:12:19.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:19.300Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:19.301Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:19.313Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:19.314Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:20.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:20.201Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:20.204Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:20.205Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802333511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T20:12:20.306Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:12:20.307Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:20.307Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:20.330Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:20.331Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:21.206Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "689485af-9166-4d80-8fdc-53bf939bfb75",
"serviceDescription": "service",
"serviceInvariantUUID": "fa06fc87-833e-468c-947f-baa6d8fa8b68",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "9532c26d-ae87-43d9-a321-d78f9bd4abfe",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "14d923ee-a6b1-4929-86a7-5d86ebc04014",
"resourceInvariantUUID": "66a4e271-a492-489a-91c5-b734369aad9e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad303bf8-01eb-4a30-a41b-460c46d08585",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "258cd8d5-4c63-4c91-97c6-5d906bc93a09",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6cf7413b-8e3e-4370-9b03-69d8890d2bf2",
"generatedFromUUID": "258cd8d5-4c63-4c91-97c6-5d906bc93a09"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6cf7413b-8e3e-4370-9b03-69d8890d2bf2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe"
}
],
"workloadContext": "Production"
}
2022-11-18T20:12:21.206Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:12:21.207Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 689485af-9166-4d80-8fdc-53bf939bfb75 ASDC
2022-11-18T20:12:21.207Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cbe49c2a-2324-46f0-9057-0b21a1867aa9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:689485af-9166-4d80-8fdc-53bf939bfb75
ServiceInvariantUUID:fa06fc87-833e-468c-947f-baa6d8fa8b68
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe
ArtifactChecksum:NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9532c26d-ae87-43d9-a321-d78f9bd4abfe
ResourceInvariantUUID:66a4e271-a492-489a-91c5-b734369aad9e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:14d923ee-a6b1-4929-86a7-5d86ebc04014
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ad303bf8-01eb-4a30-a41b-460c46d08585
ArtifactChecksum:MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:258cd8d5-4c63-4c91-97c6-5d906bc93a09
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6cf7413b-8e3e-4370-9b03-69d8890d2bf2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6cf7413b-8e3e-4370-9b03-69d8890d2bf2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T20:12:21.207Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 689485af-9166-4d80-8fdc-53bf939bfb75 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:21.231Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:12:21.234Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:21.235Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.386Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:21.389Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe 74812
2022-11-18T20:12:21.389Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:21.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:21.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802341389,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:12:21.492Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:21.493Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:21.494Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:21.505Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:21.506Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:22.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:12:22.393Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.526Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11035545755000576948/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|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-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|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-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|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-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|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-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3324a-4a90-4242-829c-5313bfb5c4c4
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:689485af-9166-4d80-8fdc-53bf939bfb75
Model Version:NULL
Model InvariantUuid:fa06fc87-833e-468c-947f-baa6d8fa8b68
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:a44bf1eb-17ed-4cb1-b4f7-f7f1685b98bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66a4e271-a492-489a-91c5-b734369aad9e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9532c26d-ae87-43d9-a321-d78f9bd4abfe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:273f82ed-7761-47b1-aa83-cbdb3f623a68
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:911b4da9-b3f0-4317-baaa-cacffc1d2c49
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7f3324a-4a90-4242-829c-5313bfb5c4c4
ModelInvariantUuid:e298a798-2816-4f79-8b5b-77f5f025fd79
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:af9402a8-0c18-41a4-abb5-6dcb3cc5b8d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:ab5da3eb-6856-4456-8302-7b90fd0dc733
ModelInvariantUuid:ffde4e04-162b-41ae-ba64-2c0e55316418
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ac01dc44-7d30-42d0-8cec-ccea5291466e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:12:23.438Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 14d923ee-a6b1-4929-86a7-5d86ebc04014
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14d923ee-a6b1-4929-86a7-5d86ebc04014
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad303bf8-01eb-4a30-a41b-460c46d08585 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:23.442Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.509Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ad303bf8-01eb-4a30-a41b-460c46d08585 787
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:23.513Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:23.513Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802343510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:12:23.613Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:23.614Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:23.614Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:23.627Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:23.627Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:24.514Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "273f82ed-7761-47b1-aa83-cbdb3f623a68",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "911b4da9-b3f0-4317-baaa-cacffc1d2c49",
"vfModuleModelCustomizationUUID": "4c9f0bdf-8b22-4b39-8cdb-8169816ede4b",
"isBase": true,
"artifacts": [
"258cd8d5-4c63-4c91-97c6-5d906bc93a09",
"6cf7413b-8e3e-4370-9b03-69d8890d2bf2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T20:12:24.519Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:911b4da9-b3f0-4317-baaa-cacffc1d2c49
VfModuleModelInvariantUUID:273f82ed-7761-47b1-aa83-cbdb3f623a68
VfModuleModelDescription:NULL
Artifacts UUID List:{
258cd8d5-4c63-4c91-97c6-5d906bc93a09
,
6cf7413b-8e3e-4370-9b03-69d8890d2bf2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T20:12:24.521Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "273f82ed-7761-47b1-aa83-cbdb3f623a68",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "911b4da9-b3f0-4317-baaa-cacffc1d2c49",
"vfModuleModelCustomizationUUID": "4c9f0bdf-8b22-4b39-8cdb-8169816ede4b",
"isBase": true,
"artifacts": [
"258cd8d5-4c63-4c91-97c6-5d906bc93a09",
"6cf7413b-8e3e-4370-9b03-69d8890d2bf2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T20:12:24.522Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:911b4da9-b3f0-4317-baaa-cacffc1d2c49
VfModuleModelInvariantUUID:273f82ed-7761-47b1-aa83-cbdb3f623a68
VfModuleModelDescription:NULL
Artifacts UUID List:{
258cd8d5-4c63-4c91-97c6-5d906bc93a09
,
6cf7413b-8e3e-4370-9b03-69d8890d2bf2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T20:12:24.523Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 258cd8d5-4c63-4c91-97c6-5d906bc93a09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.523Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:24.524Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.722Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:24.723Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 258cd8d5-4c63-4c91-97c6-5d906bc93a09 5033
2022-11-18T20:12:24.724Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-18T20:12:24.724Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.725Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:24.725Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:24.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:24.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802344724,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:12:24.828Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:12:24.829Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:24.829Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:24.840Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:24.841Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:25.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cf7413b-8e3e-4370-9b03-69d8890d2bf2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.729Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:25.729Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.908Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6cf7413b-8e3e-4370-9b03-69d8890d2bf2 903
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:25.911Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:25.911Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668802345909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T20:12:26.011Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:26.013Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:26.014Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:26.030Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T20:12:26.030Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:26.912Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 689485af-9166-4d80-8fdc-53bf939bfb75
2022-11-18T20:12:26.912Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 14d923ee-a6b1-4929-86a7-5d86ebc04014 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-11-18T20:12:26.927Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f61e1f5, org.onap.sdc.toscaparser.api.parameters.Input@221550e6, org.onap.sdc.toscaparser.api.parameters.Input@2fb492ac, org.onap.sdc.toscaparser.api.parameters.Input@75d6ec67, org.onap.sdc.toscaparser.api.parameters.Input@548c561]
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9532c26d-ae87-43d9-a321-d78f9bd4abfe
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe matches Tosca VF Customization UUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:12:26.932Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9532c26d-ae87-43d9-a321-d78f9bd4abfe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@448f94c6
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c9f0bdf-8b22-4b39-8cdb-8169816ede4b
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c9f0bdf-8b22-4b39-8cdb-8169816ede4b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:12:26.937Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.937Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3324a-4a90-4242-829c-5313bfb5c4c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.942Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.942Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9532c26d-ae87-43d9-a321-d78f9bd4abfe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 689485af-9166-4d80-8fdc-53bf939bfb75: basic_vm
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery