By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-18T00:06:12.023Z||main|||||INFO|500||The following profiles are active: basic
2022-04-18T00:06:20.635Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-18T00:06:20.636Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-18T00:06:20.715Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-18T00:06:22.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-18T00:06:22.931Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-18T00:06:23.277Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-18T00:06:23.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-18T00:06:23.355Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-18T00:06:23.486Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-18T00:06:23.877Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-18T00:06:24.708Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T00:06:26.642Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T00:06:26.684Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-18T00:06:27.179Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T00:06:27.424Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-18T00:06:28.430Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T00:06:29.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-18T00:06:29.435Z||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$$e4a59924.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-18T00:06:29.435Z||main|||||WARN|500||The sdc end point is not alive
2022-04-18T00:06:31.841Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-18T00:06:34.375Z||main|||||WARN|500||---
2022-04-18T00:06:34.376Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-18T00:06:34.376Z||main|||||WARN|500||---
2022-04-18T00:06:34.812Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-18T00:06:38.824Z||main|||||INFO|500||Started Application in 30.828 seconds (JVM running for 31.86)
2022-04-18T00:06:38.836Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-18T00:06:38.859Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-18T00:06:38.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-18T00:06:38.890Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-18T00:06:38.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18c3d983-9c1e-4f24-b7d1-9dda4566eebe url= /sdc/v1/artifactTypes
2022-04-18T00:06:38.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-18T00:06:39.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-18T00:06:39.227Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-18T00:06:39.249Z||scheduling-1|||||DEBUG|500||create keys
2022-04-18T00:06:39.256Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-18T00:06:41.489Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:06:41.505Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ce04880c-9f75-490b-8d87-9ec0745a1bba url= /sdc/v1/registerForDistribution
2022-04-18T00:06:46.012Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ce04880c-9f75-490b-8d87-9ec0745a1bba url= /sdc/v1/registerForDistribution
2022-04-18T00:06:46.013Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-18T00:06:46.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:06:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:06:46.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:06:46.025Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:06:46.025Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:06:46.026Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:06:46.027Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-18T00:07:29.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:07:29.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:07:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:07:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:07:46.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:07:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:07:55.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:07:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:08:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:08:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:08:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:08:46.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:08:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:08:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:08:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:09:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:09:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:09:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:09:46.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:09:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:09:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:09:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:10:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:10:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:10:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:10:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:10:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:10:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:10:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:11:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:11:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:11:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:11:46.022Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:11:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:11:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:11:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:12:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:12:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:12:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:12:46.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:12:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:12:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:12:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:13:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:13:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:13:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:13:46.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:13:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:13:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:13:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:14:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:14:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:14:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:14:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:14:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:14:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:15:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:15:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:15:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:15:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:15:55.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:15:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:16:38.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-18T00:16:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:16:46.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:16:46.046Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:16:46.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:16:46.047Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:16:46.047Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:16:55.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:16:55.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:17:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:17:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:17:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:17:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:17:55.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:17:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:18:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:18:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:18:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:18:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:18:55.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:18:55.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:19:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:19:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:19:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:19:46.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:19:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:19:55.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:19:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:20:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:20:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:20:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:20:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:20:55.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:20:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:21:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:21:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:21:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:21:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:21:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:21:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:22:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:22:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:22:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:22:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:22:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:22:55.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:22:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:23:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:23:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:23:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:23:46.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:23:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:23:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:23:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:24:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:24:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:24:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:24:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:24:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:24:55.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:24:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:25:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:25:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:25:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:25:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:25:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:25:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:25:55.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:26:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:26:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:26:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:26:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:26:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:26:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:27:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:27:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:27:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:27:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:27:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:27:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:27:55.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:28:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:28:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:28:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:28:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:28:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:28:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:29:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:29:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:29:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:29:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:29:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:29:55.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:29:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:30:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:30:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:30:46.023Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:30:46.023Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:30:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:30:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:30:55.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:30:55.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:31:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:31:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:31:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:31:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:31:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:31:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:31:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:32:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:32:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:32:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:32:46.022Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:32:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:32:55.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:32:55.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:33:16.747Z||http-nio-8085-exec-8|||||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 [0x160x030x010x020x000x010x000x010xfc0x030x030xb80xed0xf10xd00xbe0x170xfbbM0xe41_0x0e0xac0xc5w0xbc+0x120xca0xb70xfb$0xd5;0xc30xde0x8a0x800xa60x8c~]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T00:33:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:33:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:33:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:33:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:33:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:33:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:34:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:34:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:34:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:34:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:34:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:34:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:35:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:35:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:35:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:35:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:35:55.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:35:55.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:36:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:36:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:36:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:36:46.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:36:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:36:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:36:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:37:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:37:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:37:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:37:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:37:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:37:55.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:38:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:38:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:38:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:38:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:38:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:38:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:38:55.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:39:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:39:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:39:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:39:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:39:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:39:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:40:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:40:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:40:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:40:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:40:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:40:55.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:41:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:41:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:41:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:41:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:41:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:41:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:41:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:42:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:42:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:42:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:42:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:42:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:42:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:43:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:43:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:43:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:43:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:43:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:43:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:44:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:44:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:44:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:44:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:44:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:44:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:45:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:45:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:45:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:45:46.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:45:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:45:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:45:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:46:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:46:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:46:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:46:46.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:46:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:46:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:46:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:47:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:47:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:47:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:47:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:47:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:47:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:48:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:48:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:48:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:48:46.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:48:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:48:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:48:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:49:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:49:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:49:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:49:46.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:49:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:49:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:49:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:50:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:50:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:50:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:50:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:50:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:50:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:50:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:51:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:51:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:51:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:51:46.022Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:51:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:51:55.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:51:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:52:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:52:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:52:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:52:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:52:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:52:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:53:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:53:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:53:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:53:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:53:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:53:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:53:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:54:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:54:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:54:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:54:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:54:55.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:54:55.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:55:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:55:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:55:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:55:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:55:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:55:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:55:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:56:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:56:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:56:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:56:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:56:55.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:56:55.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:57:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:57:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:57:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:57:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:57:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:57:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:57:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:57:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:58:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:58:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:58:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:58:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:58:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:58:55.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:58:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:59:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:59:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:59:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:59:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T00:59:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T00:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T00:59:55.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T00:59:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:00:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:00:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:00:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:00:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:00:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:00:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:00:55.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:01:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:01:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:01:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:01:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:01:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:01:55.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:01:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:02:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:02:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:02:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:02:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:02:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:02:55.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:02:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:03:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:03:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:03:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:03:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:03:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:03:55.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:03:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:04:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:04:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:04:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:04:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:04:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:04:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:04:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:04:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:05:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:05:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:05:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:05:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:05:46.022Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:05:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:05:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:05:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:06:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:06:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:06:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:06:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:06:46.022Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:06:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:06:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:06:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:07:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:07:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:07:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:07:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:07:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:07:55.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:08:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:08:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:08:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:08:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:08:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:08:55.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:08:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:09:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:09:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:09:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:09:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:09:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:09:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:09:55.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:10:46.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:10:46.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:10:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:10:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:10:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:10:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:10:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:11:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:11:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:11:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:11:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:11:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:11:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:11:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:12:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:12:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:12:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:12:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:12:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:12:55.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:12:55.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:13:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:13:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:13:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:13:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:13:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:13:55.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:13:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:14:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:14:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:14:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:14:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:14:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:14:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:14:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:15:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:15:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:15:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:15:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:15:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:15:55.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:15:55.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:16:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:16:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:16:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:16:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:16:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:16:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:16:55.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:17:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:17:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:17:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:17:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:17:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:17:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:17:55.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:17:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:18:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:18:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:18:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:18:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:18:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:18:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:18:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:18:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:19:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:19:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:19:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:19:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:19:46.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:19:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:19:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:19:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:20:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:20:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:20:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:20:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:20:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:20:55.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:20:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:21:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:21:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:21:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:21:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:21:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:21:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:21:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:22:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:22:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:22:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:22:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:22:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:22:55.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:22:55.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:23:46.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:23:46.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:23:46.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:23:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:23:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:23:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:23:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:24:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:24:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:24:46.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:24:46.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:24:46.023Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:24:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:24:55.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:25:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:25:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:25:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:25:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:25:55.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:25:55.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:26:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:26:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:26:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:26:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:26:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:26:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:27:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:27:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:27:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:27:46.022Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:27:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:27:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:27:55.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:28:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:28:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:28:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:28:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:28:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:28:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:29:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:29:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:29:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:29:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:29:55.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:29:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:30:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:30:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:30:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:30:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:30:55.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:30:55.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:31:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:31:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:31:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:31:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:31:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:31:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:32:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:32:46.020Z||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-04-18T01:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:32:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:32:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:32:55.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:32:55.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:33:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:33:46.020Z||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-04-18T01:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:33:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:33:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:33:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:33:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:34:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:34:46.020Z||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-04-18T01:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:34:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:34:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:34:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:34:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:35:46.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:35:46.021Z||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-04-18T01:35:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:35:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:35:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:35:55.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:36:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:36:46.020Z||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-04-18T01:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:36:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:36:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:36:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:36:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:37:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:37:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:37:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:37:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:37:46.022Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:37:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:37:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:37:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:38:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:38:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:38:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:38:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:38:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:38:55.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:38:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:39:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:39:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:39:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:39:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:39:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:39:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:39:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:40:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:40:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:40:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:40:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:40:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:40:55.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:40:55.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:41:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:41:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:41:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:41:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:41:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:41:55.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:41:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:42:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:42:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:42:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:42:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:42:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:42:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:42:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:43:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:43:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:43:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:43:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:43:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:43:55.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:43:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:44:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:44:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:44:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:44:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:44:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:44:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:44:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:45:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:45:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:45:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:45:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:45:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:45:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:45:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:45:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:46:46.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:46:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:46:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:46:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:46:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:46:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:46:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:47:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:47:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:47:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:47:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:47:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:47:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:47:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:48:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:48:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:48:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:48:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:48:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:48:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:48:55.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:49:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:49:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:49:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:49:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:49:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:49:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:49:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:50:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:50:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:50:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:50:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:50:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:50:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:50:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:51:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:51:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:51:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:51:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:51:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:51:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:51:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:52:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:52:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:52:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:52:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:52:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:52:55.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:52:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:53:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:53:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:53:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:53:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:53:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:53:55.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:53:55.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:54:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:54:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:54:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:54:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:54:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:54:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:54:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:54:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:55:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:55:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:55:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:55:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:55:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:55:55.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:55:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:56:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:56:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:56:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:56:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:56:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:56:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:56:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:57:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:57:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:57:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:57:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:57:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:57:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:57:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:57:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:58:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:58:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:58:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:58:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:58:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:58:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:58:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:59:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:59:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:59:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T01:59:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T01:59:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T01:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T01:59:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T01:59:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:00:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:00:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:00:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:00:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:00:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:00:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:00:55.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:01:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:01:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:01:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:01:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:01:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:01:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:01:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:02:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:02:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:02:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:02:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:02:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:02:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:02:55.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:03:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:03:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:03:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:03:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:03:46.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:03:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:03:55.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:03:55.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:04:46.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:04:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:04:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:04:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:04:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:04:55.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:05:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:05:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:05:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:05:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:05:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:05:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:05:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:06:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:06:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:06:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:06:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:06:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:06:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:06:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:07:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:07:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:07:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:07:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:07:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:07:55.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:07:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:08:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:08:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:08:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:08:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:08:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:08:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:08:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:08:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:09:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:09:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:09:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:09:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:09:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:09:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:09:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:09:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:10:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:10:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:10:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:10:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:10:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:10:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:10:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:11:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:11:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:11:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:11:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:11:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:11:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:11:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:12:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:12:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:12:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:12:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:12:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:12:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:12:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:13:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:13:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:13:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:13:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:13:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:13:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:13:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:14:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:14:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:14:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:14:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:14:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:14:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:14:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:15:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:15:46.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:15:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:15:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:15:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:15:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:15:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:16:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:16:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:16:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:16:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:16:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:16:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:16:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:17:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:17:46.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:17:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:17:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:17:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:17:55.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:17:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:18:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:18:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:18:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:18:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:18:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:18:55.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:18:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:19:46.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:19:46.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:19:46.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZJw8aO8pWyKlZY78) ...
2022-04-18T02:19:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:19:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:19:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:19:55.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:19:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:20:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:20:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:20:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:20:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:20:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:20:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:21:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:21:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:21:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:21:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:21:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:21:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:22:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:22:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:22:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:22:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:22:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:22:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:23:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:23:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:23:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:23:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:23:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:23:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:24:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:24:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:24:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:24:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:24:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:24:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:25:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:25:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:25:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:25:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:25:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:25:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:26:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:26:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:26:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:26:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:26:55.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:26:55.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:27:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:27:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:27:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:27:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:27:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:27:55.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:27:55.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:28:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:28:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:28:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:28:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:28:55.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:28:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:29:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:29:46.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:29:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:29:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:29:55.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:29:55.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:30:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:30:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:30:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:30:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:30:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:30:55.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:31:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:31:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:31:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:31:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:31:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:31:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:32:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:32:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:32:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:32:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:32:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:32:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:33:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:33:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:33:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:33:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:33:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:33:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:34:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:34:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:34:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:34:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:34:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:34:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:35:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:35:46.020Z||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-04-18T02:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:35:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:35:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:35:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:35:55.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:36:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:36:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:36:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:36:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:36:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:36:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:37:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:37:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:37:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:37:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:37:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:37:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:38:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:38:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:38:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:38:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:38:55.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:38:55.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:39:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:39:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:39:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:39:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:39:55.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:39:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:40:46.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:40:46.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:40:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:40:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:40:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:40:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:41:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:41:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:41:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:41:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:41:55.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:41:55.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:42:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:42:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:42:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:42:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:42:55.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:42:55.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:43:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:43:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:43:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:43:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:43:55.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:43:55.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:44:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:44:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:44:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:44:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:44:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:44:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:45:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:45:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:45:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:45:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:45:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:45:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:45:55.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:46:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:46:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:46:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:46:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:46:55.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:46:55.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:47:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:47:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:47:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:47:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:47:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:47:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:47:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:48:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:48:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:48:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:48:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:48:55.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:48:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:49:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:49:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:49:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:49:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:49:55.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:49:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:50:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:50:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:50:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:50:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:50:55.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:50:55.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:51:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:51:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:51:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:51:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:51:55.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:51:55.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:52:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:52:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:52:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:52:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:52:55.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:52:55.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:53:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:53:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:53:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:53:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:53:55.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:53:55.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:54:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:54:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:54:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:54:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:54:55.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:54:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:55:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:55:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:55:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:55:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:55:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:55:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:56:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:56:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:56:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:56:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:56:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:56:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:57:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:57:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:57:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:57:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:57:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:57:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:57:55.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:57:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:58:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:58:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:58:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:58:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:58:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:58:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:58:55.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:58:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:59:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:59:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:59:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:59:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T02:59:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T02:59:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T02:59:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T02:59:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:00:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:00:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:00:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:00:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:00:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:00:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:00:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:00:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:01:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:01:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:01:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:01:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:01:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:01:55.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:01:55.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:02:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:02:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:02:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:02:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:02:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:02:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:02:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:03:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:03:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:03:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:03:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:03:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:03:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:03:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:04:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:04:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:04:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:04:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:04:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:04:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:04:55.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:05:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:05:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:05:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:05:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:05:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:05:55.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:05:55.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:06:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:06:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:06:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:06:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:06:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:06:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:06:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:07:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:07:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:07:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:07:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:07:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:07:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:07:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:08:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:08:46.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:08:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:08:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:08:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:08:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:08:55.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:08:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:09:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:09:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:09:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:09:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:09:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:09:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:09:55.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:09:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:10:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:10:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:10:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:10:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:10:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:10:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:10:55.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:10:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:11:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:11:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:11:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:11:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:11:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:11:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:11:55.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:11:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:12:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:12:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:12:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:12:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:12:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:12:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:12:55.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:12:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:13:46.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:13:46.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:13:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:13:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:13:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:13:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:13:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:13:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:14:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:14:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:14:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:14:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:14:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:14:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:14:55.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:14:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:15:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:15:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:15:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:15:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:15:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:15:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:15:55.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:15:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:16:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:16:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:16:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:16:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:16:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:16:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:16:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:16:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:17:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:17:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:17:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:17:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:17:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:17:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:17:55.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:17:55.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:18:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:18:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:18:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:18:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:18:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:18:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:18:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:18:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:19:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:19:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:19:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:19:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:19:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:19:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:19:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:19:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:20:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:20:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:20:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:20:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:20:55.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:20:55.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:21:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:21:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:21:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:21:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:21:55.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:21:55.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:22:46.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:46.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:22:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:22:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:22:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:22:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:22:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:23:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:23:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:23:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:23:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:23:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:23:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:24:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:24:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:24:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:24:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:24:55.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:24:55.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:25:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:25:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:25:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:25:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:25:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:25:55.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:26:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:46.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:26:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:26:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:26:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:26:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:26:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:27:46.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:46.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:27:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:27:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:27:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:27:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:27:55.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:28:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:46.019Z||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-04-18T03:28:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:28:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:28:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:28:55.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:28:55.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:29:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:46.020Z||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-04-18T03:29:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:29:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:29:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:29:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:29:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:30:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:46.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:30:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:30:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:30:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:30:55.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:30:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:31:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:31:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:31:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:31:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:31:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:31:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:32:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:32:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:32:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:32:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:32:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:32:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:33:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:33:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:33:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:33:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:33:55.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:33:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:34:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:34:46.019Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:34:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:34:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:34:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:34:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:35:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:46.019Z||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-04-18T03:35:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:35:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:35:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:35:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:35:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:36:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:46.019Z||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-04-18T03:36:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:36:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:36:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:36:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:36:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:37:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:46.020Z||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-04-18T03:37:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:37:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:37:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:37:55.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:37:55.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:38:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:46.019Z||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-04-18T03:38:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:38:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:38:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:38:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:38:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:39:46.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:46.019Z||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-04-18T03:39:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:39:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:39:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:39:55.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:39:55.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:40:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:46.019Z||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-04-18T03:40:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:40:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:40:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:40:55.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:40:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:41:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:46.020Z||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-04-18T03:41:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:41:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:41:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:41:55.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:41:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:42:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:46.019Z||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-04-18T03:42:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:42:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:42:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:42:55.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:42:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:43:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:46.019Z||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-04-18T03:43:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:43:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:43:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:43:55.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:43:55.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:44:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:46.020Z||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-04-18T03:44:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:44:46.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:46.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:44:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:44:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:44:55.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:45:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:46.020Z||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-04-18T03:45:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:45:46.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:46.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:45:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:45:55.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:45:55.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:46:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:46.020Z||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-04-18T03:46:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:46:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:46:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:46:55.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:46:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:47:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:46.020Z||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-04-18T03:47:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:47:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:47:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:47:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:47:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:48:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:46.020Z||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-04-18T03:48:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:48:46.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:46.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:48:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:48:55.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:48:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:49:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:46.019Z||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-04-18T03:49:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:49:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:46.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:49:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:49:55.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:49:55.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:50:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:46.020Z||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-04-18T03:50:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:50:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:50:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:50:55.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:50:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:51:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:46.020Z||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-04-18T03:51:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:51:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:51:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:51:55.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:51:55.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:52:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:46.020Z||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-04-18T03:52:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:52:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:52:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:52:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:52:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:53:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:46.020Z||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-04-18T03:53:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:53:46.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:53:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:53:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:53:55.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:54:46.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:46.020Z||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-04-18T03:54:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:54:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:54:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:54:55.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:54:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:55:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:55:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:55:46.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:46.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:55:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:55:55.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:55:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:46.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:46.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:56:46.020Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:56:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:46.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f5dae4d-67fe-4894-92d5-ba4be5198b1e","serviceName":"basic_onboard_oaIhNe","serviceVersion":"1.0","serviceUUID":"52fdae4c-3d22-4787-a003-ab407c68221f","serviceDescription":"service","serviceInvariantUUID":"1ff66e3d-fdd0-45bf-804d-038fcc343097","resources":[{"resourceInstanceName":"basic_onboard_oaIhNe 0","resourceName":"basic_onboard_oaIhNe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda7253e-831f-4ac9-bb1e-823b63cf0f53","resourceInvariantUUID":"03557aec-08d4-4b93-9e48-0fc6a11739bd","resourceCustomizationUUID":"20aaff88-8637-4b54-84d3-ff9dc0042354","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml","artifactChecksum":"NTdhZGFjOThmYTUyYzk5NzgxNWI5YjkyMjZlODdiYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73c29280-1370-4f36-b310-a3ddb1f29f5f","artifactVersion":"1"},{"artifactName":"basic_onboard_oaihne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json","artifactChecksum":"NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de2f5874-acb2-4f24-95b3-930186c32edb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c8fb226-4ce5-47ca-b184-b07b805ae7f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8169b9ed-c6f7-41ee-b0c8-152c6e0339cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c55f7e64-2d21-4d05-8383-1bf4f9c2236c","artifactVersion":"2","generatedFromUUID":"7c8fb226-4ce5-47ca-b184-b07b805ae7f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOaihne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml","artifactChecksum":"YTc5ZGUyMzRiY2UyYjE0YTQ3NTkwZjM0ZDA2NTlkYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"715efe4b-c8c5-4920-af78-11b4b573b7f3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOaihne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar","artifactChecksum":"NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b53fdb16-22cd-430a-ac8f-2212b4a3e7e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T03:56:46.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:46.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:46.659Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:46.659Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:56:46.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:56:46.759Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T03:56:46.762Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:46.762Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:46.773Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:46.774Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:47.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:47.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:47.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:47.667Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:56:47.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:47.768Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:47.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:47.778Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:47.780Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:48.667Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:48.668Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:48.669Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:48.669Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:56:48.770Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:48.770Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:48.770Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:48.779Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:48.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:49.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:49.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:49.672Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:49.672Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:49.772Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:49.773Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:49.773Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:49.786Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:49.786Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:50.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:50.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:50.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:50.674Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T03:56:50.775Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:50.775Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:50.775Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:50.786Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:50.787Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:51.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:51.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:51.677Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:51.677Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:56:51.777Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:51.778Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:51.778Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:51.789Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:51.790Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:52.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:56:52.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:52.679Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:52.679Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:56:52.780Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:52.780Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:52.781Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:52.790Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:52.791Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:53.681Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"serviceName": "basic_onboard_oaIhNe",
"serviceVersion": "1.0",
"serviceUUID": "52fdae4c-3d22-4787-a003-ab407c68221f",
"serviceDescription": "service",
"serviceInvariantUUID": "1ff66e3d-fdd0-45bf-804d-038fcc343097",
"resources": [
{
"resourceInstanceName": "basic_onboard_oaIhNe 0",
"resourceCustomizationUUID": "20aaff88-8637-4b54-84d3-ff9dc0042354",
"resourceName": "basic_onboard_oaIhNe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dda7253e-831f-4ac9-bb1e-823b63cf0f53",
"resourceInvariantUUID": "03557aec-08d4-4b93-9e48-0fc6a11739bd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oaihne0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"artifactChecksum": "NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de2f5874-acb2-4f24-95b3-930186c32edb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c55f7e64-2d21-4d05-8383-1bf4f9c2236c",
"generatedFromUUID": "7c8fb226-4ce5-47ca-b184-b07b805ae7f5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c55f7e64-2d21-4d05-8383-1bf4f9c2236c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOaihne-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"artifactChecksum": "NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b53fdb16-22cd-430a-ac8f-2212b4a3e7e9"
}
],
"workloadContext": "Production"
}
2022-04-18T03:56:53.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T03:56:53.682Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52fdae4c-3d22-4787-a003-ab407c68221f ASDC
2022-04-18T03:56:53.772Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9f5dae4d-67fe-4894-92d5-ba4be5198b1e
ServiceName:basic_onboard_oaIhNe
ServiceVersion:1.0
ServiceUUID:52fdae4c-3d22-4787-a003-ab407c68221f
ServiceInvariantUUID:1ff66e3d-fdd0-45bf-804d-038fcc343097
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOaihne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
ArtifactUUID:b53fdb16-22cd-430a-ac8f-2212b4a3e7e9
ArtifactChecksum:NGUyZGYwYjEyNDMzZWQ5NWE0NWZhODdjOTY5YTZiMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oaIhNe 0
ResourceCustomizationUUID:20aaff88-8637-4b54-84d3-ff9dc0042354
ResourceInvariantUUID:03557aec-08d4-4b93-9e48-0fc6a11739bd
ResourceName:basic_onboard_oaIhNe
ResourceType:VF
ResourceUUID:dda7253e-831f-4ac9-bb1e-823b63cf0f53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oaihne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
ArtifactUUID:de2f5874-acb2-4f24-95b3-930186c32edb
ArtifactChecksum:NDFmYjFiZDBmYjM1MzI0NWEzYTM1YTRkMjYwNWQ5Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7c8fb226-4ce5-47ca-b184-b07b805ae7f5
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
ArtifactUUID:c55f7e64-2d21-4d05-8383-1bf4f9c2236c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
ArtifactUUID:c55f7e64-2d21-4d05-8383-1bf4f9c2236c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T03:56:53.772Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52fdae4c-3d22-4787-a003-ab407c68221f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:56:53.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T03:56:53.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b53fdb16-22cd-430a-ac8f-2212b4a3e7e9 from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:53.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:53.953Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:54.385Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:54.398Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar b53fdb16-22cd-430a-ac8f-2212b4a3e7e9 71577
2022-04-18T03:56:54.399Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar ASDC sendASDCNotification
2022-04-18T03:56:54.400Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:54.400Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:54.401Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:54.403Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:54.403Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254214398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:56:54.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:54.504Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:54.504Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:54.516Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:54.516Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T03:56:55.404Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T03:56:55.404Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T03:56:55.405Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b53fdb16-22cd-430a-ac8f-2212b4a3e7e9, URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar to file: /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.405Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.460Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:55.460Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:56.111Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14900057856608490205/Definitions/service-BasicOnboardOaihne-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-18T03:56:57.618Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T03:56:57.621Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T03:56:57.621Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.622Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oaIhNe 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-BasicOnboardOaihne-csar.csar
2022-04-18T03:56:57.623Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T03:56:57.628Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.629Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.632Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.632Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T03:56:57.633Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T03:56:57.635Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.636Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-18T03:56:57.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T03:56:57.662Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.662Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:56:57.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68be2b06-7497-4964-b67d-afbcf03b9eb5
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:56:57.665Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oaIhNe
Description:service
Model UUID:52fdae4c-3d22-4787-a003-ab407c68221f
Model Version:NULL
Model InvariantUuid:1ff66e3d-fdd0-45bf-804d-038fcc343097
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oaIhNe
Model UUID:d64b78fe-262c-448e-8300-166dbaf14cba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03557aec-08d4-4b93-9e48-0fc6a11739bd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:20aaff88-8637-4b54-84d3-ff9dc0042354
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
ModelName:BasicOnboardOaihne..base_ubuntu18..module-0
ModelUuid:14991a8c-e38e-4bbf-8afb-345724dbf2bb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:68be2b06-7497-4964-b67d-afbcf03b9eb5
ModelInvariantUuid:30187ddb-bb54-4dec-be3e-a38ced326307
ModelName:basic_onboard_oaIhNe-nodes.ubuntu18Cvfc
ModelUuid:22a97f67-d1a4-4304-954c-91ce1c2951d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:385e6ce8-3b1c-431a-83e4-d87e87f01048
ModelInvariantUuid:054ee280-519f-46e3-afea-70d73da4a9d8
ModelName:BasicOnboardOaihne.compute.nodes.heat.ubuntu18
ModelUuid:3781d11b-43c1-4256-8027-de59c6d66f0b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-18T03:56:57.694Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dda7253e-831f-4ac9-bb1e-823b63cf0f53
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T03:56:57.777Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||basic_onboard_oaIhNe 0
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda7253e-831f-4ac9-bb1e-823b63cf0f53
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de2f5874-acb2-4f24-95b3-930186c32edb from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:57.783Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:57.784Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:58.282Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:58.282Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json de2f5874-acb2-4f24-95b3-930186c32edb 798
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json ASDC sendASDCNotification
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:58.283Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:58.286Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:58.286Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254218283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:56:58.386Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:58.387Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:58.387Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:58.396Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:58.396Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:56:59.287Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOaihne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12ffa0d6-2e68-406e-9466-dbe5dcd382a1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14991a8c-e38e-4bbf-8afb-345724dbf2bb",
"vfModuleModelCustomizationUUID": "d0d6d938-7269-4c27-813e-49d503f88979",
"isBase": true,
"artifacts": [
"7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
"c55f7e64-2d21-4d05-8383-1bf4f9c2236c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-18T03:56:59.299Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOaihne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14991a8c-e38e-4bbf-8afb-345724dbf2bb
VfModuleModelInvariantUUID:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c8fb226-4ce5-47ca-b184-b07b805ae7f5
,
c55f7e64-2d21-4d05-8383-1bf4f9c2236c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOaihne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12ffa0d6-2e68-406e-9466-dbe5dcd382a1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "14991a8c-e38e-4bbf-8afb-345724dbf2bb",
"vfModuleModelCustomizationUUID": "d0d6d938-7269-4c27-813e-49d503f88979",
"isBase": true,
"artifacts": [
"7c8fb226-4ce5-47ca-b184-b07b805ae7f5",
"c55f7e64-2d21-4d05-8383-1bf4f9c2236c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOaihne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14991a8c-e38e-4bbf-8afb-345724dbf2bb
VfModuleModelInvariantUUID:12ffa0d6-2e68-406e-9466-dbe5dcd382a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c8fb226-4ce5-47ca-b184-b07b805ae7f5
,
c55f7e64-2d21-4d05-8383-1bf4f9c2236c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c8fb226-4ce5-47ca-b184-b07b805ae7f5 from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:56:59.302Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.686Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml 7c8fb226-4ce5-47ca-b184-b07b805ae7f5 5033
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:56:59.687Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:56:59.688Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:56:59.689Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:56:59.689Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254219687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:56:59.789Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:56:59.790Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:56:59.790Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:56:59.799Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:59.800Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:00.690Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c55f7e64-2d21-4d05-8383-1bf4f9c2236c from URL: /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.691Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T03:57:00.691Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.898Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env c55f7e64-2d21-4d05-8383-1bf4f9c2236c 909
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:00.899Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T03:57:00.900Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:00.902Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:00.902Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254220899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:57:01.002Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:01.003Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:57:01.003Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:01.012Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:01.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:01.903Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 52fdae4c-3d22-4787-a003-ab407c68221f
2022-04-18T03:57:01.904Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oaIhNe 0 dda7253e-831f-4ac9-bb1e-823b63cf0f53 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T03:57:01.940Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb9bad0, org.onap.sdc.toscaparser.api.parameters.Input@2a141a5e, org.onap.sdc.toscaparser.api.parameters.Input@68667417, org.onap.sdc.toscaparser.api.parameters.Input@34c53c0e, org.onap.sdc.toscaparser.api.parameters.Input@352b7f7c]
2022-04-18T03:57:01.943Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.943Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 20aaff88-8637-4b54-84d3-ff9dc0042354
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20aaff88-8637-4b54-84d3-ff9dc0042354 matches Tosca VF Customization UUID: 20aaff88-8637-4b54-84d3-ff9dc0042354
2022-04-18T03:57:01.944Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 20aaff88-8637-4b54-84d3-ff9dc0042354 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-18T03:57:01.949Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.949Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 20aaff88-8637-4b54-84d3-ff9dc0042354: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@229f69f
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.951Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T03:57:01.952Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0d6d938-7269-4c27-813e-49d503f88979
2022-04-18T03:57:01.953Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0d6d938-7269-4c27-813e-49d503f88979
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.957Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is not matching search criteria
2022-04-18T03:57:01.958Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T03:57:01.959Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T03:57:01.959Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68be2b06-7497-4964-b67d-afbcf03b9eb5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-18T03:57:01.963Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_oaIhNe 0 is matching search criteria
2022-04-18T03:57:01.964Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_oaIhNe 0] matching following query criteria: sdcType=VF, customizationUUID=20aaff88-8637-4b54-84d3-ff9dc0042354
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 52fdae4c-3d22-4787-a003-ab407c68221f: basic_onboard_oaIhNe
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.966Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_oaIhNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T03:57:01.967Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_oaIhNe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:57:02.112Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oaIhNe dda7253e-831f-4ac9-bb1e-823b63cf0f53 1 ASDC deployResourceStructure
2022-04-18T03:57:02.112Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json ASDC sendASDCNotification
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:02.113Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:02.114Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:02.114Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254222112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T03:57:02.215Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:57:02.215Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:57:02.215Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:02.225Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:02.225Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml
2022-04-18T03:57:03.116Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:03.117Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:03.119Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:03.119Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254223116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T03:57:03.219Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:03.220Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:57:03.220Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:03.229Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:03.229Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:04.120Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T03:57:04.120Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env
2022-04-18T03:57:04.121Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:04.121Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:04.122Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:04.123Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254224120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T03:57:04.223Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:57:04.223Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:57:04.224Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:04.233Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:04.233Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:05.123Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar ASDC sendASDCNotification
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T03:57:05.124Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:57:05.126Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:57:05.126Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254225123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:57:05.226Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:57:05.227Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:57:05.227Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:05.236Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:05.236Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:57:06.128Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:57:06.155Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:57:06.157Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:57:36.158Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:57:36.168Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:57:36.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:57:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:57:46.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:57:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:57:46.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:57:46.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:06.171Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:58:06.181Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:58:06.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:58:36.183Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:58:36.195Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:58:36.196Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:58:36.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T03:58:36.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T03:58:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:58:46.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:58:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:58:46.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:58:46.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254200773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254196543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254198220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254199842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254211994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254212068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254212098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254206019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254212999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254213387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "policy-id",
"timestamp": 1650254214003,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:58:46.063Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.063Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254214398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254207914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254214866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254215981,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:58:46.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.075Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-18T03:58:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254216003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254216985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "cds",
"timestamp": 1650254217017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:58:46.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254211295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254218283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254219687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254220899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254222009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254222112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/basic_onboard_oaihne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "aai-ml",
"timestamp": 1650254223014,
"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-04-18T03:58:46.098Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:58:46.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254223116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254224120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254225123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/resourceInstances/basic_onboard_oaihne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254221127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254228939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254229945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254231005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "clamp",
"timestamp": 1650254232008,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:58:46.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254232452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOaihne/1.0/artifacts/service-BasicOnboardOaihne-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254233457,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
2022-04-18T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:58:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:06.197Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:59:06.209Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T03:59:06.212Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T03:59:06.213Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-04-18T03:59:06.218Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T03:59:36.218Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-18T03:59:36.229Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and serviceModelVersionId: 52fdae4c-3d22-4787-a003-ab407c68221f
2022-04-18T03:59:36.230Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ff66e3d-fdd0-45bf-804d-038fcc343097
2022-04-18T03:59:46.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:46.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:59:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:46.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254256543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254260772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254259842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254258220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254271096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254271162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254271179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254272100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254272387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "policy-id",
"timestamp": 1650254273103,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:46.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254273863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254267914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254274883,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:59:46.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.578Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-18T03:59:46.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254275886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254275899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "cds",
"timestamp": 1650254276905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:59:46.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254271295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254279963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "aai-ml",
"timestamp": 1650254280967,
"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-04-18T03:59:46.601Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.601Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:46.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254283945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254285950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:59:46.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "clamp",
"timestamp": 1650254286953,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:59:46.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:46.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254281127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254288900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254292161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-18T03:59:46.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254293165,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T03:59:46.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ef0d26e-4985-4336-8099-c4937f9e5209
2022-04-18T03:59:46.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef0d26e-4985-4336-8099-c4937f9e5209 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T03:59:47.803Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0
2022-04-18T03:59:47.900Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T03:59:48.519Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-18T03:59:48.523Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|INFO|500||Invoke
2022-04-18T03:59:48.684Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-18T03:59:48.853Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0|INFO|500||InvokeReturn
2022-04-18T03:59:48.853Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff66e3d-fdd0-45bf-804d-038fcc343097/model-vers/model-ver/52fdae4c-3d22-4787-a003-ab407c68221f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-03:59:48:692-60831], vertex-id=[540840], Content-Length=[0], Date=[Mon, 18 Apr 2022 03:59:48 GMT], Content-Type=[application/json]}
2022-04-18T03:59:48.854Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T03:59:48.856Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T03:59:48.856Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||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-04-18T03:59:48.862Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T03:59:48.868Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f5dae4d-67fe-4894-92d5-ba4be5198b1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T03:59:48.869Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T03:59:48.869Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:48.871Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:48.871Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254388868,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T03:59:48.971Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:48.972Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:48.972Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:48.982Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:48.983Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T03:59:49.883Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:49.884Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:59:49.884Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:54.643Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:54.645Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T03:59:54.645Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ef0d26e-4985-4336-8099-c4937f9e5209","serviceName":"vFW 2022-04-18 03-55-58","serviceVersion":"1.0","serviceUUID":"8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1","serviceDescription":"catalog service description","serviceInvariantUUID":"f89486b8-8349-4d91-a3ea-54642335cef7","resources":[{"resourceInstanceName":"vFW 82e56905-d659 0","resourceName":"vFW 82e56905-d659","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5","resourceInvariantUUID":"07f3d2e1-b38c-4ae5-b488-4037e17466c3","resourceCustomizationUUID":"0ff5f843-c667-4848-a391-39838e0e8292","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml","artifactChecksum":"YWRkODQ3YTA2NmZlYWEwYzZjY2E1MmQzYzI5ZTViYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76084e2e-f194-4b63-bc9a-2b9509701906","artifactVersion":"1"},{"artifactName":"vfw82e56905d6590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json","artifactChecksum":"Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63e88418-a96f-4cc4-9c76-e943cc502c86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml","artifactChecksum":"Y2I1YWU0MjA4N2E2NGU5NzkwNjM5NDAyOWRjNDUxYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8059f9c4-57bf-477c-adbc-da896268b1ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9","artifactVersion":"2","generatedFromUUID":"63e88418-a96f-4cc4-9c76-e943cc502c86"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418035558-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml","artifactChecksum":"YzJjZTgwMDVlYWJkOWMyYWRmYTk0NGQzODA4NWFkMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14ba906a-f3ad-48a8-aacc-4abcbd474f47","artifactVersion":"1"},{"artifactName":"service-Vfw20220418035558-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar","artifactChecksum":"OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44fb47b8-4e0e-460c-800d-c7f6e55a829f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T03:59:54.647Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:54.647Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:54.649Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:54.649Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:54.749Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:54.750Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:54.750Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:54.759Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:54.760Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:55.650Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:55.651Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:55.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:55.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOTIFIED"
}
2022-04-18T03:59:55.752Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:55.753Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:55.753Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:55.764Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:55.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T03:59:56.652Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:56.653Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:56.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:56.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T03:59:56.756Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T03:59:56.757Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:56.757Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:56.768Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:56.768Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:57.655Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:57.656Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:57.657Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:57.658Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:57.758Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:57.759Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:57.759Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:57.770Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:57.771Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:58.658Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:58.659Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:58.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:58.660Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T03:59:58.761Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T03:59:58.761Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:58.761Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:58.772Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:58.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T03:59:59.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T03:59:59.661Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T03:59:59.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T03:59:59.663Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T03:59:59.764Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T03:59:59.764Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T03:59:59.764Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T03:59:59.774Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:59.775Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:00:00.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:00:00.664Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:00.666Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:00.666Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:00:00.766Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:00.767Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:00.767Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:00.777Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:00.777Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:01.667Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"serviceName": "vFW 2022-04-18 03-55-58",
"serviceVersion": "1.0",
"serviceUUID": "8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f89486b8-8349-4d91-a3ea-54642335cef7",
"resources": [
{
"resourceInstanceName": "vFW 82e56905-d659 0",
"resourceCustomizationUUID": "0ff5f843-c667-4848-a391-39838e0e8292",
"resourceName": "vFW 82e56905-d659",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5",
"resourceInvariantUUID": "07f3d2e1-b38c-4ae5-b488-4037e17466c3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw82e56905d6590_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"artifactChecksum": "Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "63e88418-a96f-4cc4-9c76-e943cc502c86",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9",
"generatedFromUUID": "63e88418-a96f-4cc4-9c76-e943cc502c86"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220418035558-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"artifactChecksum": "OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "44fb47b8-4e0e-460c-800d-c7f6e55a829f"
}
],
"workloadContext": "Production"
}
2022-04-18T04:00:01.668Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:00:01.668Z|9f5dae4d-67fe-4894-92d5-ba4be5198b1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1 ASDC
2022-04-18T04:00:01.668Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ef0d26e-4985-4336-8099-c4937f9e5209
ServiceName:vFW 2022-04-18 03-55-58
ServiceVersion:1.0
ServiceUUID:8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
ServiceInvariantUUID:f89486b8-8349-4d91-a3ea-54642335cef7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418035558-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
ArtifactUUID:44fb47b8-4e0e-460c-800d-c7f6e55a829f
ArtifactChecksum:OTQ4MzdiZDliZmNkY2QwMGEzM2I4YTEwZjJkMTE3ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82e56905-d659 0
ResourceCustomizationUUID:0ff5f843-c667-4848-a391-39838e0e8292
ResourceInvariantUUID:07f3d2e1-b38c-4ae5-b488-4037e17466c3
ResourceName:vFW 82e56905-d659
ResourceType:VF
ResourceUUID:ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82e56905d6590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
ArtifactUUID:67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf
ArtifactChecksum:Y2FlZmYzMTEyYWNjNzlmMmFkZWQ4ZDEyODgzMTRlY2U=
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
ArtifactUUID:63e88418-a96f-4cc4-9c76-e943cc502c86
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
ArtifactUUID:d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
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/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
ArtifactUUID:d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T04:00:01.668Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:00:01.700Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:00:01.700Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 44fb47b8-4e0e-460c-800d-c7f6e55a829f from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:01.701Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.774Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar 44fb47b8-4e0e-460c-800d-c7f6e55a829f 98985
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar ASDC sendASDCNotification
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:01.780Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:01.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:01.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254401780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:01.882Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:01.883Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:01.883Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:01.893Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:01.894Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:02.782Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:00:02.783Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:00:02.783Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 44fb47b8-4e0e-460c-800d-c7f6e55a829f, URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar to file: /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:02.784Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:03.313Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16926996507136692278/Definitions/service-Vfw20220418035558-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-18T04:00:05.201Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:00:05.201Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82e56905-d659 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:00:05.202Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:00:05.203Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.204Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.205Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:05.206Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42bb0465-8bb6-47af-ae35-f71a132a87ed
2022-04-18T04:00:05.207Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:05.208Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21aae469-4d79-4e2c-9116-370b44678bc8
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.209Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25d341d5-3258-40e3-bb47-ba86437b0d6d
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:05.210Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:05.211Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-18 03-55-58
Description:catalog service description
Model UUID:8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
Model Version:NULL
Model InvariantUuid:f89486b8-8349-4d91-a3ea-54642335cef7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 82e56905-d659
Model UUID:f4c6d1bb-17c6-49ab-8c5c-b1ceb519889f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07f3d2e1-b38c-4ae5-b488-4037e17466c3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0ff5f843-c667-4848-a391-39838e0e8292
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
ModelName:Vfw82e56905D659..base_vfw..module-0
ModelUuid:4da5f456-efc1-4395-927e-df2d66cdd52c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:42bb0465-8bb6-47af-ae35-f71a132a87ed
ModelInvariantUuid:342e819d-ce02-4773-a6c2-f8139287fe43
ModelName:vFW 82e56905-d659-nodes.vfwCvfc
ModelUuid:d4f08c7a-6ae4-4f84-a5de-38921e0ea556
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c86fda1b-8ed4-4075-9c2c-7982c415bb6e
ModelInvariantUuid:c5d344c7-3c6d-4dfb-bf84-9546637e2e99
ModelName:Vfw82e56905D659.compute.nodes.heat.vfw
ModelUuid:d1455a2f-57da-49de-8826-83f9a2f88ae3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:21aae469-4d79-4e2c-9116-370b44678bc8
ModelInvariantUuid:6f28e40d-5612-4e25-89fe-d4d2b9e12b53
ModelName:vFW 82e56905-d659-nodes.vsnCvfc
ModelUuid:57c495a2-6472-4b3c-a1f2-97948107f26a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a59607f2-5e64-47b9-a31f-d91813eed6c5
ModelInvariantUuid:5dc45e4f-2564-4f3f-a33c-546fb0c6dbf6
ModelName:Vfw82e56905D659.compute.nodes.heat.vsn
ModelUuid:3b7ef5dd-478f-4b49-baf8-76f7e80bdf66
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:25d341d5-3258-40e3-bb47-ba86437b0d6d
ModelInvariantUuid:03216f22-48cf-414e-9fb9-59b4cf2b7ae5
ModelName:vFW 82e56905-d659-nodes.vpgCvfc
ModelUuid:554204c4-143d-4e05-b058-7746be9a4fb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5d3b2378-d342-47a9-a1d6-f9e1c312a1b4
ModelInvariantUuid:9c640375-0a89-4f79-9212-65b6123a07f1
ModelName:Vfw82e56905D659.compute.nodes.heat.vpg
ModelUuid:a6fb7e87-7ccf-4dc8-97b2-103d8dfa2a2c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-18T04:00:05.216Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||vFW 82e56905-d659 0
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:05.219Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json 67ddc75d-9aee-4d34-b8c2-07db7b2dc6cf 785
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json ASDC sendASDCNotification
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:05.271Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:05.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:05.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254405271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:05.373Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:05.374Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:05.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:05.383Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:05.384Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:06.273Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82e56905D659..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4da5f456-efc1-4395-927e-df2d66cdd52c",
"vfModuleModelCustomizationUUID": "3c716c01-36cd-4c29-a770-69880912b000",
"isBase": true,
"artifacts": [
"63e88418-a96f-4cc4-9c76-e943cc502c86",
"d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-18T04:00:06.277Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82e56905D659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4da5f456-efc1-4395-927e-df2d66cdd52c
VfModuleModelInvariantUUID:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e88418-a96f-4cc4-9c76-e943cc502c86
,
d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82e56905D659..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4da5f456-efc1-4395-927e-df2d66cdd52c",
"vfModuleModelCustomizationUUID": "3c716c01-36cd-4c29-a770-69880912b000",
"isBase": true,
"artifacts": [
"63e88418-a96f-4cc4-9c76-e943cc502c86",
"d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82e56905D659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4da5f456-efc1-4395-927e-df2d66cdd52c
VfModuleModelInvariantUUID:ed4b1ac9-bc98-4bd7-989c-b281acf0b6b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
63e88418-a96f-4cc4-9c76-e943cc502c86
,
d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63e88418-a96f-4cc4-9c76-e943cc502c86 from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.278Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:06.279Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.333Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:06.333Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml 63e88418-a96f-4cc4-9c76-e943cc502c86 20368
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:06.334Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:06.335Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:06.335Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254406334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:06.435Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:06.436Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:06.436Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:06.445Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:06.445Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:07.336Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9 from URL: /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.336Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:00:07.337Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env d9e2c6ab-2a15-4516-b1fb-c6eaca0aedd9 2098
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:00:07.387Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:07.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:07.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254407387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:07.489Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:07.489Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:07.490Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:07.500Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:07.500Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:08.389Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
2022-04-18T04:00:08.390Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82e56905-d659 0 ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:00:08.405Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53840c54, org.onap.sdc.toscaparser.api.parameters.Input@3aee7e34, org.onap.sdc.toscaparser.api.parameters.Input@620ac299, org.onap.sdc.toscaparser.api.parameters.Input@1c7746dc, org.onap.sdc.toscaparser.api.parameters.Input@6f620faa]
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0ff5f843-c667-4848-a391-39838e0e8292
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ff5f843-c667-4848-a391-39838e0e8292 matches Tosca VF Customization UUID: 0ff5f843-c667-4848-a391-39838e0e8292
2022-04-18T04:00:08.406Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0ff5f843-c667-4848-a391-39838e0e8292 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-18T04:00:08.408Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.408Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0ff5f843-c667-4848-a391-39838e0e8292: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f55e042
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c716c01-36cd-4c29-a770-69880912b000
2022-04-18T04:00:08.409Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c716c01-36cd-4c29-a770-69880912b000
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.411Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:08.412Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.413Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42bb0465-8bb6-47af-ae35-f71a132a87ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-18T04:00:08.414Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.415Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.416Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21aae469-4d79-4e2c-9116-370b44678bc8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.418Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.420Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:00:08.421Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25d341d5-3258-40e3-bb47-ba86437b0d6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:00:08.423Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.424Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Node template vFW 82e56905-d659 0 is matching search criteria
2022-04-18T04:00:08.424Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 82e56905-d659 0] matching following query criteria: sdcType=VF, customizationUUID=0ff5f843-c667-4848-a391-39838e0e8292
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:00:08.425Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.425Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1: vFW 82e56905-d659
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.426Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 03-55-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:00:08.427Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-04-18 03-55-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82e56905-d659 ffee9fd6-07fc-4f8d-a6f6-c6e7e0369bc5 1 ASDC deployResourceStructure
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json ASDC sendASDCNotification
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json
2022-04-18T04:00:08.584Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:08.585Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:08.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:08.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254408584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:08.687Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:08.688Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:08.688Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:08.697Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:08.697Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:09.587Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:09.588Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:09.589Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:09.590Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254409587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:09.690Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:09.690Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:09.691Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:09.699Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:09.700Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:10.590Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:10.591Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:10.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:10.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254410590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:10.693Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:10.693Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:10.693Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:10.702Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:10.703Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:11.593Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar ASDC sendASDCNotification
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:00:11.594Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:11.596Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:11.596Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254411593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:11.696Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:11.697Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:11.697Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:11.706Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:11.706Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:00:12.597Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:00:12.609Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:00:12.612Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:00:12.612Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:00:12.613Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-04-18T04:00:12.619Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:00:42.619Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ef0d26e-4985-4336-8099-c4937f9e5209 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-18T04:00:42.625Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ef0d26e-4985-4336-8099-c4937f9e5209 and serviceModelVersionId: 8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1
2022-04-18T04:00:42.626Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f89486b8-8349-4d91-a3ea-54642335cef7
2022-04-18T04:00:42.626Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0
2022-04-18T04:00:42.630Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:00:42.664Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-18T04:00:42.665Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|INFO|500||Invoke
2022-04-18T04:00:42.687Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0|INFO|500||InvokeReturn
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89486b8-8349-4d91-a3ea-54642335cef7/model-vers/model-ver/8d40ae26-06df-4cc6-bdfe-1fa2a43c88b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:00:42:701-99164], vertex-id=[249856], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:00:42 GMT], Content-Type=[application/json]}
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:00:42.989Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:00:42.990Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||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-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ef0d26e-4985-4336-8099-c4937f9e5209 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:00:42.996Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:00:42.997Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:00:42.998Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:00:42.998Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254442996,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:43.098Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:00:43.099Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:00:43.099Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:43.112Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:43.113Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:00:44.010Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:44.011Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:00:44.011Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:46.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:46.022Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:00:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:00:46.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f5dae4d-67fe-4894-92d5-ba4be5198b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254388868,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254389883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254401780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254405271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254406334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254407387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254408584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/vfw82e56905d6590_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254409587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254410590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/resourceInstances/vfw82e56905d6590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254411593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418035558/1.0/artifacts/service-Vfw20220418035558-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ef0d26e-4985-4336-8099-c4937f9e5209",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254442996,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:00:46.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:00:53.541Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:53.542Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:53.542Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:00:53.543Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:03.068Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:01:03.069Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:12.598Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:01:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:01:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:46.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:01:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:01:55.553Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:01:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:02:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:02:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:02:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:02:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:02:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:02:55.553Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:03:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:03:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:03:46.021Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:46.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:03:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:03:55.552Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:03:55.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:46.019Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:04:46.020Z|4ef0d26e-4985-4336-8099-c4937f9e5209|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:04:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:49.046Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:49.047Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:04:49.047Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e315a49-80c2-4562-86d2-9fa370671fa2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b9af6600-1abb-4da4-8126-d03ec2490688","serviceDescription":"service","serviceInvariantUUID":"19456f25-3a03-4b20-b541-9828deb645b8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1","resourceInvariantUUID":"17f9a037-7568-4596-b333-e10e15e068c5","resourceCustomizationUUID":"50ed238f-33c9-43ab-bc96-658995da6832","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":"MmQ0MzQ5MmE0NjYxY2RiMDQzMmRjMjliYTZhZDU0MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aacd50e2-c070-4429-9026-276585f0e699","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8143b00d-f23b-43e9-b89d-9c402d1f0bcb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:04:49.049Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:04:49.049Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:49.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:49.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254686019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:04:49.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:49.153Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:04:49.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:49.162Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:49.162Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:49.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:49.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:04:49.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254680772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:04:49.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:04:50.052Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:04:50.053Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:50.054Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:50.054Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254686019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:04:50.155Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:50.155Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:04:50.155Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:50.164Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:50.164Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:51.055Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b9af6600-1abb-4da4-8126-d03ec2490688",
"serviceDescription": "service",
"serviceInvariantUUID": "19456f25-3a03-4b20-b541-9828deb645b8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "50ed238f-33c9-43ab-bc96-658995da6832",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1",
"resourceInvariantUUID": "17f9a037-7568-4596-b333-e10e15e068c5",
"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": "Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8143b00d-f23b-43e9-b89d-9c402d1f0bcb"
}
],
"workloadContext": "Production"
}
2022-04-18T04:04:51.055Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:04:51.056Z|4ef0d26e-4985-4336-8099-c4937f9e5209|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9af6600-1abb-4da4-8126-d03ec2490688 ASDC
2022-04-18T04:04:51.056Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3e315a49-80c2-4562-86d2-9fa370671fa2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b9af6600-1abb-4da4-8126-d03ec2490688
ServiceInvariantUUID:19456f25-3a03-4b20-b541-9828deb645b8
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:8143b00d-f23b-43e9-b89d-9c402d1f0bcb
ArtifactChecksum:Mjg1ODY2NmJiNWRiOTgyMTgwNTM0MDA0ZTE4MjgxN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:50ed238f-33c9-43ab-bc96-658995da6832
ResourceInvariantUUID:17f9a037-7568-4596-b333-e10e15e068c5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-18T04:04:51.056Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9af6600-1abb-4da4-8126-d03ec2490688 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:04:51.088Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8143b00d-f23b-43e9-b89d-9c402d1f0bcb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:04:51.089Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:52.265Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8143b00d-f23b-43e9-b89d-9c402d1f0bcb 52506
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:04:52.267Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:52.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:52.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254692267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:04:52.369Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:52.370Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:04:52.370Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:52.379Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:52.379Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:53.269Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:04:53.270Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:04:53.270Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8143b00d-f23b-43e9-b89d-9c402d1f0bcb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.271Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.344Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16118436102311892028/Definitions/service-BasicNetwork-template.yml
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.674Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.675Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.676Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.677Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.677Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b9af6600-1abb-4da4-8126-d03ec2490688
Model Version:NULL
Model InvariantUuid:19456f25-3a03-4b20-b541-9828deb645b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:17f9a037-7568-4596-b333-e10e15e068c5
Model UUID:a4a35d66-f043-4c1d-a61c-cc24eb6ab966
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:50ed238f-33c9-43ab-bc96-658995da6832
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-04-18T04:04:53.683Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c1ee18c4-cacc-4c5f-801e-5addd9a7d5b1
2022-04-18T04:04:53.683Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||No resources found for Service: b9af6600-1abb-4da4-8126-d03ec2490688
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:04:53.686Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||
2022-04-18T04:04:53.686Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-04-18T04:04:53.687Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.691Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68fc4eae, org.onap.sdc.toscaparser.api.parameters.Input@4d2170ba, org.onap.sdc.toscaparser.api.parameters.Input@1e8f9537, org.onap.sdc.toscaparser.api.parameters.Input@4a7c95fd, org.onap.sdc.toscaparser.api.parameters.Input@407f2b22]
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b9af6600-1abb-4da4-8126-d03ec2490688: Generic NeutronNet
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.692Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.693Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.693Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.711Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.711Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:04:53.712Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:04:53.775Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:04:53.776Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:04:53.776Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254693775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:04:53.877Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:04:53.877Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:04:53.878Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:04:53.887Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:53.888Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:04:54.777Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:04:54.788Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:04:54.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:05:24.790Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:05:24.799Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:05:24.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:05:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:05:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:05:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:05:46.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "aai-ml",
"timestamp": 1650254679842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:05:46.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:05:54.801Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:05:54.813Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:05:54.814Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:05:54.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:05:54.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:06:24.815Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:06:24.823Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:06:24.824Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:06:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:06:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:06:46.021Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:06:46.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:06:46.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:06:46.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "cds",
"timestamp": 1650254687914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254686019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:06:46.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:06:54.825Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:06:54.833Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:06:54.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:24.837Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:07:26.585Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:07:26.587Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:07:26.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:07:26.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:46.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:07:46.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:07:46.022Z||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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650254680772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "aai-ml",
"timestamp": 1650254679842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "cds",
"timestamp": 1650254687914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254686019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "clamp",
"timestamp": 1650254691295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254692267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "aai-ml",
"timestamp": 1650254692313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "cds",
"timestamp": 1650254692389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "clamp",
"timestamp": 1650254691295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "cds",
"timestamp": 1650254693394,
"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=?
2022-04-18T04:07:46.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:07:46.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254693775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "aai-ml",
"timestamp": 1650254696168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254696543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "aai-ml",
"timestamp": 1650254697172,
"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-04-18T04:07:46.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:07:46.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "ves-openapi-manager",
"timestamp": 1650254696543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "policy-id",
"timestamp": 1650254698220,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "clamp",
"timestamp": 1650254699012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "policy-id",
"timestamp": 1650254698220,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "policy-id",
"timestamp": 1650254700910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254701127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "policy-id",
"timestamp": 1650254701913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "clamp",
"timestamp": 1650254702016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254701127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:07:46.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "policy-id",
"timestamp": 1650254702915,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T04:07:46.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:07:46.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "clamp",
"timestamp": 1650254703019,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T04:07:46.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.091Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:07:46.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254703830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254705271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:07:46.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650254706276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-18T04:07:46.103Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e315a49-80c2-4562-86d2-9fa370671fa2
2022-04-18T04:07:46.103Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e315a49-80c2-4562-86d2-9fa370671fa2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:07:56.588Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:07:56.599Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:07:56.602Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:07:56.608Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:08:26.608Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e315a49-80c2-4562-86d2-9fa370671fa2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-18T04:08:26.613Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e315a49-80c2-4562-86d2-9fa370671fa2 and serviceModelVersionId: b9af6600-1abb-4da4-8126-d03ec2490688
2022-04-18T04:08:26.613Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19456f25-3a03-4b20-b541-9828deb645b8
2022-04-18T04:08:26.615Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0
2022-04-18T04:08:26.620Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:08:26.657Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|INFO|500||Invoke
2022-04-18T04:08:26.657Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43d921aa-c4f8-4b95-823a-e13d17c73d18], X-ECOMP-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], X-TransactionId=[], X-ONAP-RequestID=[3e315a49-80c2-4562-86d2-9fa370671fa2], Content-Type=[application/merge-patch+json]}
2022-04-18T04:08:26.682Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-18T04:08:27.184Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?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/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:08:26:689-91954], vertex-id=[258048], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:08:26 GMT], Content-Type=[application/json]}
2022-04-18T04:08:27.184Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19456f25-3a03-4b20-b541-9828deb645b8/model-vers/model-ver/b9af6600-1abb-4da4-8126-d03ec2490688?depth=0|INFO|500||InvokeReturn
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:08:27.185Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||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-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e315a49-80c2-4562-86d2-9fa370671fa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:08:27.189Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:08:27.190Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:27.191Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:27.191Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3e315a49-80c2-4562-86d2-9fa370671fa2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254907189,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:08:27.291Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:27.292Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:27.292Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:27.304Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:27.304Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:08:28.203Z|3e315a49-80c2-4562-86d2-9fa370671fa2|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 ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:32.845Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:32.846Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:08:32.846Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25d6777b-075a-4b41-a823-1eb7ffbc6c0a","serviceName":"Demo_pNF_BFFjChzNpAXfq3oa2H9p","serviceVersion":"1.0","serviceUUID":"4f4f41ed-f195-484c-9131-f9805b517acb","serviceDescription":"catalog service description","serviceInvariantUUID":"288ec48a-66e4-4219-91c3-46298b527ffe","resources":[{"resourceInstanceName":"pNF de1c0c63-6521 0","resourceName":"pNF de1c0c63-6521","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ccba1b7f-1a9e-4008-9868-e1062f0d2213","resourceInvariantUUID":"19bdead4-bcd1-48fe-9f09-4543a69368b8","resourceCustomizationUUID":"2fcee2ee-b23d-4c71-83c7-b6e8e11c5024","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml","artifactChecksum":"NDFlZmQ4MDY1ZTcxMzlmZmU3NmI5NTI1MzNjN2QzMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22a69034-511d-49b1-aa4c-6f24a3b5da5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar","artifactChecksum":"MjI1OTBkMzMxNGRjOGVjNTgxNjExOWYwY2IwMjk4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f99283a3-610e-43c0-b332-020498939c21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78976032-f114-4508-a26a-cdbafa7d617e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml","artifactChecksum":"OGNkNjU5OTY4YTM2NmQwNTc4ZDM4MTBlNDI1Mjg5Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b38b1e7-9dc6-4d51-9776-6ee1a597db10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"564935bd-5c85-4daf-a94a-703be7be11bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75958f25-2f4d-41f4-911f-39506d6e0b86","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml","artifactChecksum":"NmIyN2FlNzczMzQzMjhhZjQ4ODQyZWVmYWZhYWYyNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"509cba61-9102-48e5-be4b-0f3cd7d175a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar","artifactChecksum":"NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:08:32.849Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:32.849Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:32.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:32.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:32.951Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:32.952Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:32.952Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:32.963Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:32.963Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:33.851Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:33.852Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:33.853Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:33.854Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:33.954Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:33.954Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:33.955Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:33.964Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:33.964Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:34.854Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:34.855Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:34.857Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:34.857Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:34.957Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:34.958Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:34.958Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:34.968Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:34.968Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:35.858Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:35.858Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:35.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:35.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:35.960Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:35.961Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:35.961Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:35.970Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:35.970Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:36.860Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:36.861Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:36.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:36.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:36.963Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:36.964Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:36.964Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:36.974Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:36.974Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:37.863Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:37.864Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:37.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:37.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/resourceInstances/pnfde1c0c6365210/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:37.966Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:37.967Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:37.967Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:37.976Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:37.976Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:38.866Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:38.867Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:38.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:38.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:08:38.969Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:38.970Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:38.970Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:38.979Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:38.979Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:39.869Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:08:39.870Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:39.872Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:39.872Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254908203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:08:39.972Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:39.973Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:39.973Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:39.983Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:39.983Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:40.873Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"serviceName": "Demo_pNF_BFFjChzNpAXfq3oa2H9p",
"serviceVersion": "1.0",
"serviceUUID": "4f4f41ed-f195-484c-9131-f9805b517acb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "288ec48a-66e4-4219-91c3-46298b527ffe",
"resources": [
{
"resourceInstanceName": "pNF de1c0c63-6521 0",
"resourceCustomizationUUID": "2fcee2ee-b23d-4c71-83c7-b6e8e11c5024",
"resourceName": "pNF de1c0c63-6521",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ccba1b7f-1a9e-4008-9868-e1062f0d2213",
"resourceInvariantUUID": "19bdead4-bcd1-48fe-9f09-4543a69368b8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
"artifactChecksum": "NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d"
}
],
"workloadContext": "Production"
}
2022-04-18T04:08:40.874Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:08:40.874Z|3e315a49-80c2-4562-86d2-9fa370671fa2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f4f41ed-f195-484c-9131-f9805b517acb ASDC
2022-04-18T04:08:40.874Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25d6777b-075a-4b41-a823-1eb7ffbc6c0a
ServiceName:Demo_pNF_BFFjChzNpAXfq3oa2H9p
ServiceVersion:1.0
ServiceUUID:4f4f41ed-f195-484c-9131-f9805b517acb
ServiceInvariantUUID:288ec48a-66e4-4219-91c3-46298b527ffe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
ArtifactUUID:e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d
ArtifactChecksum:NjVjMjdiZTE0YWE5MTc4ZmY2NTdmOTNhN2U1ZGNkMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF de1c0c63-6521 0
ResourceCustomizationUUID:2fcee2ee-b23d-4c71-83c7-b6e8e11c5024
ResourceInvariantUUID:19bdead4-bcd1-48fe-9f09-4543a69368b8
ResourceName:pNF de1c0c63-6521
ResourceType:PNF
ResourceUUID:ccba1b7f-1a9e-4008-9868-e1062f0d2213
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-18T04:08:40.874Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f4f41ed-f195-484c-9131-f9805b517acb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:08:40.894Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d from URL: /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:08:40.895Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:41.100Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:08:41.103Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d 82644
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar ASDC sendASDCNotification
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:08:41.104Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:08:41.105Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:08:41.105Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25d6777b-075a-4b41-a823-1eb7ffbc6c0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650254921104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:08:41.206Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:08:41.206Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:08:41.206Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZJw8aO8pWyKlZY78) ...
2022-04-18T04:08:41.216Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:41.216Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:08:42.106Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e21a0c42-b8a7-48f6-ab9b-a2128ddecc2d, URL: /sdc/v1/catalog/services/DemoPnfBffjchznpaxfq3oa2h9p/1.0/artifacts/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar to file: /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.107Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.108Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.108Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.246Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8678591904042497458/Definitions/service-DemoPnfBffjchznpaxfq3oa2h9p-template.yml
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.775Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF de1c0c63-6521 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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||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-DemoPnfBffjchznpaxfq3oa2h9p-csar.csar
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.776Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Node template pNF de1c0c63-6521 0 is matching search criteria
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF de1c0c63-6521 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Node template pNF de1c0c63-6521 0 is matching search criteria
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF de1c0c63-6521 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:08:42.777Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:42.778Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_BFFjChzNpAXfq3oa2H9p
Description:catalog service description
Model UUID:4f4f41ed-f195-484c-9131-f9805b517acb
Model Version:NULL
Model InvariantUuid:288ec48a-66e4-4219-91c3-46298b527ffe
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-04-18T04:08:44.551Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ccba1b7f-1a9e-4008-9868-e1062f0d2213
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||pNF de1c0c63-6521 0
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ccba1b7f-1a9e-4008-9868-e1062f0d2213
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f4f41ed-f195-484c-9131-f9805b517acb
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f4f41ed-f195-484c-9131-f9805b517acb
2022-04-18T04:08:44.556Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF de1c0c63-6521 0 ccba1b7f-1a9e-4008-9868-e1062f0d2213 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-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38da0fca, org.onap.sdc.toscaparser.api.parameters.Input@421e9961, org.onap.sdc.toscaparser.api.parameters.Input@2454e8d, org.onap.sdc.toscaparser.api.parameters.Input@7ab7fc1f, org.onap.sdc.toscaparser.api.parameters.Input@127b08dc]
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BFFjChzNpAXfq3oa2H9p is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:08:44.560Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f4f41ed-f195-484c-9131-f9805b517acb: pNF de1c0c63-6521
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||INFO|500||Processing PNF resource: ccba1b7f-1a9e-4008-9868-e1062f0d2213
2022-04-18T04:08:44.561Z|25d6777b-075a-4b41-a823-1eb7ffbc6c0a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery