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-05-21T02:49:24.680Z||main|||||INFO|500||The following profiles are active: basic
2022-05-21T02:49:33.678Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-21T02:49:33.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-21T02:49:33.744Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-21T02:49:35.941Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-21T02:49:36.101Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-21T02:49:36.482Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-21T02:49:36.486Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-21T02:49:36.556Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-21T02:49:36.680Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-21T02:49:37.013Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-21T02:49:37.752Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-21T02:49:39.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-21T02:49:39.588Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-21T02:49:40.060Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-21T02:49:40.400Z||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-05-21T02:49:41.452Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-21T02:49:42.443Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-21T02:49:42.458Z||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$$d192f0e0.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-05-21T02:49:42.459Z||main|||||WARN|500||The sdc end point is not alive
2022-05-21T02:49:45.284Z||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-05-21T02:49:48.098Z||main|||||WARN|500||---
2022-05-21T02:49:48.098Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-21T02:49:48.099Z||main|||||WARN|500||---
2022-05-21T02:49:48.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-21T02:49:52.652Z||main|||||INFO|500||Started Application in 32.173 seconds (JVM running for 33.314)
2022-05-21T02:49:52.731Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-21T02:49:52.732Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-21T02:49:52.775Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-21T02:49:52.808Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-21T02:49:52.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d32ba12f-bcfe-4601-8b46-00d6f7b098a4 url= /sdc/v1/artifactTypes
2022-05-21T02:49:52.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-21T02:49:53.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-21T02:49:53.149Z||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-05-21T02:49:53.169Z||scheduling-1|||||DEBUG|500||create keys
2022-05-21T02:49:53.176Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-21T02:49:53.204Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:49:53.224Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51ff49bf-d1d5-4095-8241-746a89138b32 url= /sdc/v1/registerForDistribution
2022-05-21T02:49:53.402Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 51ff49bf-d1d5-4095-8241-746a89138b32 url= /sdc/v1/registerForDistribution
2022-05-21T02:49:53.402Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-21T02:49:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:49:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:49:53.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-21T02:49:53.420Z||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-05-21T02:49:53.420Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:49:53.421Z||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-05-21T02:49:53.421Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:50:03.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:50:03.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:50:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:50:53.412Z||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-05-21T02:50:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:50:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:50:53.415Z||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-05-21T02:50:53.416Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:51:02.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:51:02.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:51:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:51:53.412Z||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-05-21T02:51:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:51:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:51:53.415Z||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-05-21T02:51:53.416Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:52:02.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:52:02.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:52:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:52:53.412Z||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-05-21T02:52:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:52:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:52:53.414Z||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-05-21T02:52:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:53:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:53:02.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:53:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:53:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:53:53.412Z||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-05-21T02:53:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:53:53.413Z||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-05-21T02:53:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:54:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:54:02.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:54:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:54:53.412Z||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-05-21T02:54:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:54:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:54:53.414Z||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-05-21T02:54:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:55:02.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:55:02.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:55:53.412Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:55:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:55:53.413Z||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-05-21T02:55:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:55:53.413Z||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-05-21T02:55:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:56:02.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:56:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:56:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:56:53.412Z||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-05-21T02:56:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:56:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:56:53.414Z||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-05-21T02:56:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:57:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:57:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:57:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:57:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:57:53.421Z||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-05-21T02:57:53.422Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:57:53.424Z||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-05-21T02:57:53.424Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:58:02.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:58:02.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:58:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:58:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:58:53.417Z||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-05-21T02:58:53.417Z||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-05-21T02:58:53.417Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:58:53.417Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:59:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:59:02.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T02:59:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:59:53.412Z||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-05-21T02:59:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T02:59:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T02:59:53.414Z||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-05-21T02:59:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:00:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:00:02.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:00:11.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-21T03:00:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:00:53.412Z||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-05-21T03:00:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:00:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:00:53.413Z||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-05-21T03:00:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:01:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:01:02.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:01:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:01:53.412Z||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-05-21T03:01:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:01:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:01:53.414Z||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-05-21T03:01:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:02:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:02:02.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:02:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:02:53.412Z||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-05-21T03:02:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:02:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:02:53.413Z||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-05-21T03:02:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:03:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:03:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:03:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:03:53.412Z||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-05-21T03:03:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:03:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:03:53.414Z||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-05-21T03:03:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:04:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:04:02.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:04:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:04:53.412Z||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-05-21T03:04:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:04:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:04:53.414Z||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-05-21T03:04:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:05:02.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:05:02.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:05:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:05:53.412Z||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-05-21T03:05:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:05:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:05:53.413Z||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-05-21T03:05:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:06:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:06:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:06:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:06:53.412Z||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-05-21T03:06:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:06:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:06:53.413Z||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-05-21T03:06:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:07:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:07:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:07:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:07:53.412Z||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-05-21T03:07:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:07:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:07:53.413Z||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-05-21T03:07:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:08:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:08:02.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:08:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:08:53.412Z||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-05-21T03:08:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:08:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:08:53.413Z||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-05-21T03:08:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:09:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:09:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:09:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:09:53.412Z||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-05-21T03:09:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:09:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:09:53.413Z||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-05-21T03:09:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:10:02.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:10:02.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:10:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:10:53.412Z||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-05-21T03:10:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:10:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:10:53.414Z||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-05-21T03:10:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:11:02.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:11:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:11:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:11:53.412Z||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-05-21T03:11:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:11:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:11:53.413Z||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-05-21T03:11:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:12:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:12:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:12:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:12:53.412Z||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-05-21T03:12:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:12:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:12:53.413Z||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-05-21T03:12:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:13:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:13:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:13:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:13:53.412Z||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-05-21T03:13:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:13:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:13:53.413Z||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-05-21T03:13:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:14:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:14:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:14:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:14:53.412Z||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-05-21T03:14:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:14:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:14:53.413Z||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-05-21T03:14:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:15:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:15:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:15:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:15:53.412Z||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-05-21T03:15:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:15:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:15:53.413Z||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-05-21T03:15:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:16:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:16:02.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:16:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:16:53.412Z||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-05-21T03:16:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:16:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:16:53.413Z||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-05-21T03:16:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:17:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:17:02.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:17:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:17:53.412Z||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-05-21T03:17:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:17:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:17:53.414Z||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-05-21T03:17:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:18:02.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:18:02.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:18:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:18:53.412Z||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-05-21T03:18:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:18:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:18:53.413Z||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-05-21T03:18:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:19:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:19:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:19:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:19:53.412Z||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-05-21T03:19:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:19:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:19:53.413Z||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-05-21T03:19:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:20:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:20:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:20:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:20:53.412Z||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-05-21T03:20:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:20:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:20:53.414Z||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-05-21T03:20:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:21:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:21:02.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:21:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:21:53.412Z||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-05-21T03:21:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:21:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:21:53.414Z||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-05-21T03:21:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:22:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:22:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:22:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:22:53.412Z||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-05-21T03:22:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:22:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:22:53.413Z||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-05-21T03:22:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:23:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:23:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:23:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:23:53.412Z||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-05-21T03:23:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:23:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:23:53.413Z||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-05-21T03:23:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:24:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:24:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:24:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:24:53.411Z||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-05-21T03:24:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:24:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:24:53.414Z||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-05-21T03:24:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:25:02.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:25:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:25:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:25:53.412Z||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-05-21T03:25:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:25:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:25:53.413Z||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-05-21T03:25:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:26:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:26:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:26:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:26:53.412Z||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-05-21T03:26:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:26:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:26:53.414Z||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-05-21T03:26:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:27:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:27:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:27:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:27:53.412Z||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-05-21T03:27:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:27:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:27:53.413Z||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-05-21T03:27:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:28:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:28:02.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:28:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:28:53.412Z||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-05-21T03:28:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:28:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:28:53.414Z||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-05-21T03:28:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:29:02.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:29:02.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:29:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:29:53.412Z||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-05-21T03:29:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:29:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:29:53.414Z||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-05-21T03:29:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:30:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:30:02.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:30:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:30:53.412Z||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-05-21T03:30:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:30:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:30:53.413Z||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-05-21T03:30:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:31:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:31:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:31:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:31:53.412Z||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-05-21T03:31:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:31:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:31:53.413Z||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-05-21T03:31:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:32:02.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:32:02.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:32:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:32:53.412Z||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-05-21T03:32:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:32:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:32:53.413Z||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-05-21T03:32:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:33:02.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:33:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:33:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:33:53.412Z||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-05-21T03:33:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:33:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:33:53.413Z||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-05-21T03:33:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:34:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:34:02.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:34:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:34:53.412Z||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-05-21T03:34:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:34:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:34:53.413Z||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-05-21T03:34:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:35:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:35:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:35:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:35:53.412Z||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-05-21T03:35:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:35:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:35:53.414Z||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-05-21T03:35:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:36:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:36:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:36:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:36:53.412Z||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-05-21T03:36:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:36:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:36:53.413Z||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-05-21T03:36:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:37:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:37:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:37:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:37:53.412Z||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-05-21T03:37:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:37:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:37:53.413Z||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-05-21T03:37:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:38:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:38:02.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:38:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:38:53.412Z||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-05-21T03:38:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:38:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:38:53.413Z||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-05-21T03:38:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:39:02.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:39:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:39:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:39:53.412Z||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-05-21T03:39:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:39:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:39:53.413Z||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-05-21T03:39:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:40:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:40:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:40:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:40:53.412Z||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-05-21T03:40:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:40:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:40:53.414Z||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-05-21T03:40:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:41:02.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:41:02.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:41:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:41:53.412Z||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-05-21T03:41:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:41:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:41:53.413Z||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-05-21T03:41:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:42:02.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:42:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:42:53.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:42:53.412Z||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-05-21T03:42:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:42:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:42:53.415Z||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-05-21T03:42:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:43:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:43:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:43:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:43:53.412Z||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-05-21T03:43:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:43:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:43:53.415Z||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-05-21T03:43:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:44:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:44:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:44:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:44:53.412Z||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-05-21T03:44:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:44:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:44:53.413Z||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-05-21T03:44:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:45:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:45:02.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:45:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:45:53.412Z||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-05-21T03:45:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:45:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:45:53.413Z||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-05-21T03:45:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:46:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:46:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:46:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:46:53.412Z||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-05-21T03:46:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:46:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:46:53.414Z||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-05-21T03:46:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:47:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:47:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:47:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:47:53.412Z||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-05-21T03:47:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:47:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:47:53.413Z||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-05-21T03:47:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:48:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:48:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:48:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:48:53.412Z||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-05-21T03:48:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:48:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:48:53.414Z||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-05-21T03:48:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:49:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:49:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:49:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:49:53.412Z||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-05-21T03:49:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:49:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:49:53.413Z||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-05-21T03:49:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:50:02.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:50:02.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:50:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:50:53.412Z||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-05-21T03:50:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:50:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:50:53.414Z||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-05-21T03:50:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:51:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:51:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:51:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:51:53.412Z||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-05-21T03:51:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:51:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:51:53.413Z||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-05-21T03:51:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:52:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:52:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:52:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:52:53.412Z||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-05-21T03:52:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:52:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:52:53.413Z||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-05-21T03:52:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:53:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:53:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:53:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:53:53.412Z||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-05-21T03:53:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:53:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:53:53.413Z||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-05-21T03:53:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:54:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:54:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:54:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:54:53.412Z||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-05-21T03:54:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:54:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:54:53.413Z||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-05-21T03:54:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:55:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:55:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:55:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:55:53.412Z||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-05-21T03:55:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:55:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:55:53.413Z||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-05-21T03:55:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:56:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:56:02.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:56:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:56:53.412Z||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-05-21T03:56:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:56:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:56:53.413Z||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-05-21T03:56:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:57:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:57:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:57:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:57:53.412Z||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-05-21T03:57:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:57:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:57:53.414Z||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-05-21T03:57:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:58:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:58:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:58:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:58:53.411Z||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-05-21T03:58:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:58:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:58:53.413Z||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-05-21T03:58:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:59:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:59:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T03:59:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:59:53.412Z||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-05-21T03:59:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T03:59:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T03:59:53.414Z||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-05-21T03:59:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:00:02.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:00:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:00:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:00:53.412Z||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-05-21T04:00:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:00:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:00:53.413Z||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-05-21T04:00:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:01:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:01:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:01:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:01:53.412Z||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-05-21T04:01:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:01:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:01:53.414Z||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-05-21T04:01:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:02:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:02:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:02:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:02:53.412Z||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-05-21T04:02:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:02:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:02:53.413Z||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-05-21T04:02:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:03:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:03:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:03:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:03:53.411Z||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-05-21T04:03:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:03:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:03:53.413Z||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-05-21T04:03:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:04:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:04:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:04:53.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:04:53.413Z||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-05-21T04:04:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:04:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:04:53.413Z||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-05-21T04:04:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:05:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:05:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:05:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:05:53.412Z||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-05-21T04:05:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:05:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:05:53.413Z||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-05-21T04:05:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:06:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:06:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:06:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:06:53.412Z||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-05-21T04:06:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:06:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:06:53.413Z||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-05-21T04:06:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:07:02.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:07:02.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:07:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:07:53.412Z||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-05-21T04:07:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:07:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:07:53.413Z||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-05-21T04:07:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:08:02.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:08:02.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:08:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:08:53.411Z||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-05-21T04:08:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:08:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:08:53.414Z||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-05-21T04:08:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:09:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:09:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:09:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:09:53.411Z||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-05-21T04:09:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:09:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:09:53.413Z||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-05-21T04:09:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:10:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:10:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:10:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:10:53.411Z||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-05-21T04:10:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:10:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:10:53.413Z||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-05-21T04:10:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:11:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:11:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:11:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:11:53.412Z||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-05-21T04:11:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:11:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:11:53.413Z||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-05-21T04:11:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:12:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:12:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:12:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:12:53.411Z||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-05-21T04:12:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:12:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:12:53.413Z||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-05-21T04:12:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:13:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:13:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:13:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:13:53.412Z||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-05-21T04:13:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:13:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:13:53.413Z||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-05-21T04:13:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:14:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:14:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:14:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:14:53.412Z||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-05-21T04:14:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:14:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:14:53.413Z||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-05-21T04:14:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:15:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:15:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:15:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:15:53.411Z||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-05-21T04:15:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:15:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:15:53.413Z||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-05-21T04:15:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:16:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:16:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:16:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:16:53.411Z||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-05-21T04:16:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:16:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:16:53.413Z||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-05-21T04:16:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:17:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:17:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:17:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:17:53.412Z||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-05-21T04:17:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:17:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:17:53.413Z||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-05-21T04:17:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:18:02.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:18:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:18:53.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:18:53.411Z||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-05-21T04:18:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:18:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:18:53.413Z||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-05-21T04:18:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:19:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:19:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:19:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:19:53.411Z||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-05-21T04:19:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:19:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:19:53.413Z||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-05-21T04:19:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:20:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:20:02.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:20:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:20:53.411Z||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-05-21T04:20:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:20:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:20:53.413Z||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-05-21T04:20:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:21:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:21:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:21:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:21:53.411Z||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-05-21T04:21:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:21:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:21:53.414Z||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-05-21T04:21:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:22:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:22:02.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:22:53.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:22:53.411Z||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-05-21T04:22:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:22:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:22:53.414Z||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-05-21T04:22:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:23:02.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:23:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:23:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:23:53.411Z||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-05-21T04:23:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:23:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:23:53.414Z||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-05-21T04:23:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:24:02.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:24:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:24:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:24:53.411Z||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-05-21T04:24:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:24:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:24:53.413Z||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-05-21T04:24:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:25:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:25:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:25:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:25:53.411Z||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-05-21T04:25:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:25:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:25:53.413Z||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-05-21T04:25:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:26:02.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:26:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:26:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:26:53.411Z||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-05-21T04:26:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:26:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:26:53.413Z||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-05-21T04:26:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:27:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:27:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:27:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:27:53.411Z||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-05-21T04:27:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:27:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:27:53.413Z||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-05-21T04:27:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:28:02.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:28:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:28:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:28:53.411Z||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-05-21T04:28:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:28:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:28:53.413Z||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-05-21T04:28:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:29:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:29:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:29:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:29:53.411Z||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-05-21T04:29:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:29:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:29:53.413Z||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-05-21T04:29:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:30:02.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:30:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:30:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:30:53.411Z||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-05-21T04:30:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:30:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:30:53.413Z||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-05-21T04:30:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:31:02.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:31:02.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:31:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:31:53.411Z||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-05-21T04:31:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:31:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:31:53.413Z||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-05-21T04:31:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:32:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:32:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:32:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:32:53.412Z||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-05-21T04:32:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:32:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:32:53.413Z||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-05-21T04:32:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:33:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:33:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:33:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:33:53.412Z||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-05-21T04:33:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:33:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:33:53.414Z||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-05-21T04:33:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:34:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:34:02.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:34:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:34:53.411Z||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-05-21T04:34:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:34:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:34:53.413Z||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-05-21T04:34:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:35:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:35:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:35:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:35:53.411Z||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-05-21T04:35:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:35:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:35:53.413Z||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-05-21T04:35:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:36:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:36:02.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:36:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:36:53.412Z||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-05-21T04:36:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:36:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:36:53.413Z||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-05-21T04:36:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:37:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:37:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:37:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:37:53.412Z||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-05-21T04:37:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:37:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:37:53.413Z||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-05-21T04:37:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:38:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:38:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:38:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:38:53.412Z||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-05-21T04:38:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:38:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:38:53.413Z||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-05-21T04:38:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:39:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:39:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:39:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:39:53.412Z||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-05-21T04:39:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:39:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:39:53.413Z||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-05-21T04:39:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:40:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:40:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:40:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:40:53.411Z||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-05-21T04:40:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:40:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:40:53.413Z||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-05-21T04:40:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:41:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:41:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:41:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:41:53.412Z||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-05-21T04:41:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:41:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:41:53.413Z||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-05-21T04:41:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:42:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:42:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:42:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:42:53.412Z||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-05-21T04:42:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:42:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:42:53.413Z||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-05-21T04:42:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:43:02.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:43:02.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:43:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:43:53.412Z||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-05-21T04:43:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:43:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:43:53.415Z||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-05-21T04:43:53.415Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:44:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:44:02.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:44:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:44:53.412Z||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-05-21T04:44:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:44:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:44:53.414Z||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-05-21T04:44:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:45:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:45:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:45:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:45:53.412Z||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-05-21T04:45:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:45:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:45:53.413Z||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-05-21T04:45:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:46:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:46:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:46:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:46:53.411Z||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-05-21T04:46:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:46:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:46:53.413Z||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-05-21T04:46:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:47:02.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:47:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:47:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:47:53.412Z||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-05-21T04:47:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:47:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:47:53.413Z||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-05-21T04:47:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:48:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:48:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:48:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:48:53.411Z||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-05-21T04:48:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:48:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:48:53.413Z||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-05-21T04:48:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:49:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:49:02.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:49:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:49:53.411Z||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-05-21T04:49:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:49:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:49:53.413Z||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-05-21T04:49:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:50:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:50:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:50:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:50:53.412Z||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-05-21T04:50:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:50:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:50:53.413Z||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-05-21T04:50:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:51:02.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:51:02.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:51:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:51:53.412Z||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-05-21T04:51:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:51:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:51:53.413Z||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-05-21T04:51:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:52:02.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:52:02.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:52:53.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:52:53.412Z||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-05-21T04:52:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:52:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:52:53.413Z||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-05-21T04:52:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:53:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:53:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:53:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:53:53.412Z||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-05-21T04:53:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:53:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:53:53.414Z||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-05-21T04:53:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:54:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:54:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:54:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:54:53.412Z||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-05-21T04:54:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:54:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:54:53.413Z||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-05-21T04:54:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:55:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:55:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:55:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:55:53.412Z||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-05-21T04:55:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:55:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:55:53.413Z||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-05-21T04:55:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:56:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:56:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:56:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:56:53.411Z||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-05-21T04:56:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:56:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:56:53.413Z||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-05-21T04:56:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:57:02.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:57:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:57:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:57:53.412Z||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-05-21T04:57:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:57:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:57:53.413Z||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-05-21T04:57:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:58:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:58:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:58:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:58:53.412Z||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-05-21T04:58:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:58:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:58:53.413Z||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-05-21T04:58:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:59:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:59:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T04:59:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:59:53.411Z||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-05-21T04:59:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T04:59:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T04:59:53.413Z||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-05-21T04:59:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:00:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:00:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:00:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:00:53.411Z||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-05-21T05:00:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:00:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:00:53.413Z||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-05-21T05:00:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:01:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:01:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:01:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:01:53.412Z||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-05-21T05:01:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:01:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:01:53.413Z||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-05-21T05:01:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:02:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:02:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:02:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:02:53.411Z||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-05-21T05:02:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:02:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:02:53.413Z||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-05-21T05:02:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:03:02.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:03:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:03:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:03:53.411Z||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-05-21T05:03:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:03:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:03:53.413Z||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-05-21T05:03:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:04:02.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:04:02.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:04:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:04:53.411Z||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-05-21T05:04:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:04:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:04:53.414Z||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-05-21T05:04:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:05:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:05:02.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:05:53.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:05:53.411Z||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-05-21T05:05:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:05:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:05:53.413Z||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-05-21T05:05:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:06:02.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:06:02.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:06:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:06:53.412Z||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-05-21T05:06:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:06:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:06:53.414Z||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-05-21T05:06:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:07:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:07:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:07:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:07:53.411Z||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-05-21T05:07:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:07:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:07:53.414Z||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-05-21T05:07:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:08:02.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:08:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:08:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:08:53.411Z||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-05-21T05:08:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:08:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:08:53.413Z||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-05-21T05:08:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:09:02.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:09:02.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:09:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:09:53.411Z||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-05-21T05:09:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:09:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:09:53.413Z||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-05-21T05:09:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:10:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:10:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:10:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:10:53.411Z||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-05-21T05:10:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:10:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:10:53.413Z||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-05-21T05:10:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:11:02.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:11:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:11:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:11:53.411Z||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-05-21T05:11:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:11:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:11:53.413Z||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-05-21T05:11:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:12:02.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:12:02.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:12:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:12:53.411Z||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-05-21T05:12:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:12:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:12:53.413Z||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-05-21T05:12:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:13:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:13:02.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:13:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:13:53.412Z||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-05-21T05:13:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:13:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:13:53.413Z||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-05-21T05:13:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:14:02.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:14:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:14:53.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:14:53.412Z||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-05-21T05:14:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:14:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:14:53.413Z||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-05-21T05:14:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:15:02.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:15:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:15:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:15:53.412Z||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-05-21T05:15:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:15:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:15:53.414Z||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-05-21T05:15:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:16:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:16:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:16:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:16:53.411Z||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-05-21T05:16:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:16:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:16:53.413Z||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-05-21T05:16:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:17:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:17:02.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:17:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:17:53.412Z||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-05-21T05:17:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:17:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:17:53.413Z||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-05-21T05:17:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:18:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:18:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:18:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:18:53.412Z||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-05-21T05:18:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:18:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:18:53.413Z||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-05-21T05:18:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:19:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:19:02.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:19:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:19:53.412Z||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-05-21T05:19:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:19:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:19:53.413Z||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-05-21T05:19:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:20:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:20:02.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:20:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:20:53.411Z||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-05-21T05:20:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:20:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:20:53.413Z||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-05-21T05:20:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:21:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:21:02.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:21:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:21:53.411Z||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-05-21T05:21:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:21:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:21:53.413Z||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-05-21T05:21:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:22:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:22:02.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:22:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:22:53.412Z||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-05-21T05:22:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:22:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:22:53.413Z||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-05-21T05:22:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:23:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:23:02.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:23:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:23:53.411Z||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-05-21T05:23:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:23:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:23:53.413Z||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-05-21T05:23:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:24:02.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:24:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:24:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:24:53.412Z||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-05-21T05:24:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:24:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:24:53.413Z||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-05-21T05:24:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:25:02.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:25:02.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:25:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:25:53.411Z||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-05-21T05:25:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:25:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:25:53.413Z||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-05-21T05:25:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:26:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:26:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:26:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:26:53.411Z||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-05-21T05:26:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:26:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:26:53.413Z||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-05-21T05:26:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:27:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:27:02.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:27:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:27:53.411Z||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-05-21T05:27:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:27:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:27:53.413Z||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-05-21T05:27:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:28:02.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:28:02.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:28:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:28:53.411Z||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-05-21T05:28:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:28:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:28:53.413Z||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-05-21T05:28:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:29:02.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:29:02.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:29:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:29:53.411Z||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-05-21T05:29:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:29:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:29:53.413Z||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-05-21T05:29:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:30:02.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:30:02.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:30:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:30:53.411Z||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-05-21T05:30:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:30:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:30:53.413Z||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-05-21T05:30:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:31:02.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:31:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:31:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:31:53.412Z||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-05-21T05:31:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:31:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:31:53.413Z||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-05-21T05:31:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:32:02.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:32:02.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:32:53.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:32:53.411Z||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-05-21T05:32:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:32:53.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:32:53.413Z||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-05-21T05:32:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:33:02.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:33:02.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:33:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:33:53.412Z||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-05-21T05:33:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:33:53.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:33:53.414Z||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-05-21T05:33:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:34:02.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:34:02.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:34:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:34:53.411Z||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-05-21T05:34:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:34:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:34:53.413Z||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-05-21T05:34:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:35:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:35:02.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:35:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:35:53.411Z||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-05-21T05:35:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:35:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:35:53.413Z||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-05-21T05:35:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:36:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:36:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:36:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:36:53.411Z||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-05-21T05:36:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:36:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:36:53.413Z||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-05-21T05:36:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:37:02.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:37:02.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:37:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:37:53.411Z||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-05-21T05:37:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:37:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:37:53.413Z||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-05-21T05:37:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:38:02.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:38:02.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:38:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:38:53.411Z||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-05-21T05:38:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:38:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:38:53.413Z||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-05-21T05:38:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:39:02.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:39:02.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:39:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:39:53.411Z||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-05-21T05:39:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:39:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:39:53.413Z||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-05-21T05:39:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:40:02.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:40:02.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:40:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:40:53.411Z||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-05-21T05:40:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:40:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:40:53.413Z||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-05-21T05:40:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:41:02.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:41:02.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:41:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:41:53.411Z||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-05-21T05:41:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:41:53.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:41:53.413Z||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-05-21T05:41:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:02.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:02.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:53.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:42:53.411Z||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-05-21T05:42:53.411Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:42:53.413Z||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-05-21T05:42:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:54.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:54.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc","serviceName":"basic_onboard_VaSvXL","serviceVersion":"1.0","serviceUUID":"f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0","serviceDescription":"service","serviceInvariantUUID":"c1a86390-bab0-4928-8fd2-a7a4e47b78e4","resources":[{"resourceInstanceName":"basic_onboard_VaSvXL 0","resourceName":"basic_onboard_VaSvXL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f743247-630f-469e-aa50-9d195f6cafcb","resourceInvariantUUID":"d0b1d21f-4bc5-455c-874b-ddbaef72de95","resourceCustomizationUUID":"6b8698f0-8313-48f7-b81c-35f8ba817d86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml","artifactChecksum":"ZjRlYmZjZmU2MmJlMTBhOTAwM2JlZmMzNzIzOTE1MDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"188cdd84-829f-495c-a66a-9704f8dc0d95","artifactVersion":"1"},{"artifactName":"basic_onboard_vasvxl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json","artifactChecksum":"MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2a82c9c-f93d-4a83-b6da-d4311eb14e40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a380690-3a02-4e20-adc7-484ed6bce34c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"176fc2d9-a01f-41d6-ab47-6cb12ed59ab7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"65c14a6a-1c95-44e4-86b9-746119dd96a4","artifactVersion":"2","generatedFromUUID":"8a380690-3a02-4e20-adc7-484ed6bce34c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVasvxl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml","artifactChecksum":"NzBlOWZmNTdjNGQ2Mjc3YmQwZGE0Mzk0ZDY3NWVmY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"607cf6f3-4657-46b8-80e2-a6ce89458213","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVasvxl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar","artifactChecksum":"NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82fa4754-748e-43ac-8b7e-0ebbd947197e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:42:54.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:54.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.044Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:54.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:54.059Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:54.059Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111728463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111729726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111736744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111744916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111744969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111745000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111738711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111745926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111746586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111746705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111740270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "policy-id",
"timestamp": 1653111746931,
"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=?
2022-05-21T05:42:54.160Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-21T05:42:54.176Z||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-05-21T05:42:54.176Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:54.186Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:54.187Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T05:42:54.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.215Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "cds",
"timestamp": 1653111747719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-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-05-21T05:42:54.242Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.242Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111747884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111749458,
"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-05-21T05:42:54.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111750462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:42:54.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111754272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "aai-ml",
"timestamp": 1653111755278,
"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-05-21T05:42:54.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.279Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111752412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111752966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111760366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111764489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111765493,
"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-05-21T05:42:54.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:54.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111770253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111772267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:42:54.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "clamp",
"timestamp": 1653111773271,
"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-05-21T05:42:54.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
2022-05-21T05:42:54.298Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:42:55.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:55.065Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:55.067Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:55.067Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:42:55.167Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:42:55.168Z||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-05-21T05:42:55.168Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:55.178Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:55.178Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:42:56.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:56.069Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:56.071Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:56.072Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:42:56.172Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:42:56.173Z||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-05-21T05:42:56.173Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:56.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:56.182Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:42:57.072Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:57.073Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:57.076Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:57.077Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:57.177Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:42:57.178Z||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-05-21T05:42:57.178Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:57.187Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:57.187Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:42:58.077Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:58.078Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:58.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:58.080Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-21T05:42:58.180Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:42:58.181Z||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-05-21T05:42:58.181Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:58.191Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:58.191Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:42:59.080Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:42:59.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:42:59.083Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:42:59.083Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:42:59.183Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:42:59.184Z||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-05-21T05:42:59.184Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:42:59.194Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:42:59.195Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:00.083Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:43:00.084Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:00.087Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:00.087Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:43:00.187Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:00.188Z||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-05-21T05:43:00.188Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:00.201Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:00.202Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:01.091Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"serviceName": "basic_onboard_VaSvXL",
"serviceVersion": "1.0",
"serviceUUID": "f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0",
"serviceDescription": "service",
"serviceInvariantUUID": "c1a86390-bab0-4928-8fd2-a7a4e47b78e4",
"resources": [
{
"resourceInstanceName": "basic_onboard_VaSvXL 0",
"resourceCustomizationUUID": "6b8698f0-8313-48f7-b81c-35f8ba817d86",
"resourceName": "basic_onboard_VaSvXL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1f743247-630f-469e-aa50-9d195f6cafcb",
"resourceInvariantUUID": "d0b1d21f-4bc5-455c-874b-ddbaef72de95",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vasvxl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"artifactChecksum": "MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d2a82c9c-f93d-4a83-b6da-d4311eb14e40",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8a380690-3a02-4e20-adc7-484ed6bce34c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "65c14a6a-1c95-44e4-86b9-746119dd96a4",
"generatedFromUUID": "8a380690-3a02-4e20-adc7-484ed6bce34c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "65c14a6a-1c95-44e4-86b9-746119dd96a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVasvxl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"artifactChecksum": "NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "82fa4754-748e-43ac-8b7e-0ebbd947197e"
}
],
"workloadContext": "Production"
}
2022-05-21T05:43:01.092Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:43:01.093Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 ASDC
2022-05-21T05:43:01.194Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
ServiceName:basic_onboard_VaSvXL
ServiceVersion:1.0
ServiceUUID:f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0
ServiceInvariantUUID:c1a86390-bab0-4928-8fd2-a7a4e47b78e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVasvxl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar
ArtifactUUID:82fa4754-748e-43ac-8b7e-0ebbd947197e
ArtifactChecksum:NWZiZmJiMjU3MTc1NDc1NzJhYTlhNzM5NDg3ZTgwNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VaSvXL 0
ResourceCustomizationUUID:6b8698f0-8313-48f7-b81c-35f8ba817d86
ResourceInvariantUUID:d0b1d21f-4bc5-455c-874b-ddbaef72de95
ResourceName:basic_onboard_VaSvXL
ResourceType:VF
ResourceUUID:1f743247-630f-469e-aa50-9d195f6cafcb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vasvxl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json
ArtifactUUID:d2a82c9c-f93d-4a83-b6da-d4311eb14e40
ArtifactChecksum:MjdmNDc2NjZiODQyOTA3YTg0MDU3MTQzMGNmZmM4Njg=
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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8a380690-3a02-4e20-adc7-484ed6bce34c
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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
ArtifactUUID:65c14a6a-1c95-44e4-86b9-746119dd96a4
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/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
ArtifactUUID:65c14a6a-1c95-44e4-86b9-746119dd96a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-21T05:43:01.194Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0 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-05-21T05:43:01.227Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:43:01.228Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:43:01.228Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:43:01.229Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82fa4754-748e-43ac-8b7e-0ebbd947197e from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:01.229Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:43:01.230Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:01.310Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:43:01.324Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar 82fa4754-748e-43ac-8b7e-0ebbd947197e 71569
2022-05-21T05:43:01.325Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar ASDC sendASDCNotification
2022-05-21T05:43:01.325Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:01.326Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:43:01.326Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:01.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:01.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111781324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:43:01.428Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:01.429Z||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-05-21T05:43:01.429Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:01.440Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:01.440Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:43:02.328Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:43:02.330Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:43:02.330Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 82fa4754-748e-43ac-8b7e-0ebbd947197e, URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar to file: /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:02.331Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:02.388Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:02.388Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:02.880Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1981605184464127229/Definitions/service-BasicOnboardVasvxl-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-05-21T05:43:04.598Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VaSvXL 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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:04.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-21T05:43:04.607Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.608Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:04.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-21T05:43:04.612Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-21T05:43:04.613Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:43:04.614Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.614Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria
2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-21T05:43:04.616Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.617Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:04.618Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ae308d35-c1c0-4031-90b9-90c0a09bcc17
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:04.619Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:04.620Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VaSvXL
Description:service
Model UUID:f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0
Model Version:NULL
Model InvariantUuid:c1a86390-bab0-4928-8fd2-a7a4e47b78e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VaSvXL
Model UUID:053282ef-34bd-4c66-86fe-608d7d5e54ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0b1d21f-4bc5-455c-874b-ddbaef72de95
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b8698f0-8313-48f7-b81c-35f8ba817d86
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:63852703-d242-4b25-8aab-4e84ecf02b87
ModelName:BasicOnboardVasvxl..base_ubuntu18..module-0
ModelUuid:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ae308d35-c1c0-4031-90b9-90c0a09bcc17
ModelInvariantUuid:a526c8db-c844-4115-a609-b63f2635fae9
ModelName:basic_onboard_VaSvXL-nodes.ubuntu18Cvfc
ModelUuid:90558d69-ba3e-41c2-a540-445ba952ebbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b4cf769b-cabb-4558-8f5c-575be2eb6a38
ModelInvariantUuid:b659c728-839e-4504-8330-b3a7b9beb2ab
ModelName:BasicOnboardVasvxl.compute.nodes.heat.ubuntu18
ModelUuid:b12e13e1-2baf-4239-8282-a526c2aa442f
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-05-21T05:43:04.634Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f743247-630f-469e-aa50-9d195f6cafcb
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-05-21T05:43:04.712Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||basic_onboard_VaSvXL 0
2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f743247-630f-469e-aa50-9d195f6cafcb
2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2a82c9c-f93d-4a83-b6da-d4311eb14e40 from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json
2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:43:04.717Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json
2022-05-21T05:43:04.805Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json d2a82c9c-f93d-4a83-b6da-d4311eb14e40 798
2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json ASDC sendASDCNotification
2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json
2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:43:04.806Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:04.808Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:04.808Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111784806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:43:04.909Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:43:04.910Z||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-05-21T05:43:04.910Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:04.920Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:04.920Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:05.810Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVasvxl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "63852703-d242-4b25-8aab-4e84ecf02b87",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5",
"vfModuleModelCustomizationUUID": "e55dfb1b-1cac-425c-b58b-947c23ed039d",
"isBase": true,
"artifacts": [
"8a380690-3a02-4e20-adc7-484ed6bce34c",
"65c14a6a-1c95-44e4-86b9-746119dd96a4"
],
"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-05-21T05:43:05.821Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVasvxl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5
VfModuleModelInvariantUUID:63852703-d242-4b25-8aab-4e84ecf02b87
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a380690-3a02-4e20-adc7-484ed6bce34c
,
65c14a6a-1c95-44e4-86b9-746119dd96a4
}
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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVasvxl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "63852703-d242-4b25-8aab-4e84ecf02b87",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5",
"vfModuleModelCustomizationUUID": "e55dfb1b-1cac-425c-b58b-947c23ed039d",
"isBase": true,
"artifacts": [
"8a380690-3a02-4e20-adc7-484ed6bce34c",
"65c14a6a-1c95-44e4-86b9-746119dd96a4"
],
"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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVasvxl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf33fbc-3df0-4b10-8c76-f0fcd6e9c1e5
VfModuleModelInvariantUUID:63852703-d242-4b25-8aab-4e84ecf02b87
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a380690-3a02-4e20-adc7-484ed6bce34c
,
65c14a6a-1c95-44e4-86b9-746119dd96a4
}
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-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a380690-3a02-4e20-adc7-484ed6bce34c from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml
2022-05-21T05:43:05.823Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:43:05.824Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml
2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml 8a380690-3a02-4e20-adc7-484ed6bce34c 5033
2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-21T05:43:05.888Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml
2022-05-21T05:43:05.889Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:43:05.889Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:05.891Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:05.891Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111785888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:43:05.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:05.992Z||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-05-21T05:43:05.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:06.003Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:06.003Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:06.892Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65c14a6a-1c95-44e4-86b9-746119dd96a4 from URL: /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
2022-05-21T05:43:06.892Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:43:06.893Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
2022-05-21T05:43:06.938Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env 65c14a6a-1c95-44e4-86b9-746119dd96a4 909
2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
2022-05-21T05:43:06.939Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:43:06.940Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:06.941Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:06.942Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111786939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:43:07.042Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:07.043Z||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-05-21T05:43:07.043Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:07.054Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:07.054Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:07.942Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0
2022-05-21T05:43:07.943Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VaSvXL 0 1f743247-630f-469e-aa50-9d195f6cafcb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T05:43:07.975Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a29dc02, org.onap.sdc.toscaparser.api.parameters.Input@1a9e898e, org.onap.sdc.toscaparser.api.parameters.Input@49a0d051, org.onap.sdc.toscaparser.api.parameters.Input@33d8d1ee, org.onap.sdc.toscaparser.api.parameters.Input@725c25b]
2022-05-21T05:43:07.977Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6b8698f0-8313-48f7-b81c-35f8ba817d86
2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86 matches Tosca VF Customization UUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86
2022-05-21T05:43:07.978Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6b8698f0-8313-48f7-b81c-35f8ba817d86 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-05-21T05:43:07.984Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.984Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6b8698f0-8313-48f7-b81c-35f8ba817d86: {\"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-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a7701f7
2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:43:07.985Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e55dfb1b-1cac-425c-b58b-947c23ed039d
2022-05-21T05:43:07.986Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e55dfb1b-1cac-425c-b58b-947c23ed039d
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-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:07.992Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is not matching search criteria
2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:43:07.993Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ae308d35-c1c0-4031-90b9-90c0a09bcc17
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-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VaSvXL 0 is matching search criteria
2022-05-21T05:43:07.999Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VaSvXL 0] matching following query criteria: sdcType=VF, customizationUUID=6b8698f0-8313-48f7-b81c-35f8ba817d86
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-05-21T05:43:08.001Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.001Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0: basic_onboard_VaSvXL
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.002Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:43:08.003Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VaSvXL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:43:08.003Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_VaSvXL
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-05-21T05:43:08.178Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VaSvXL 1f743247-630f-469e-aa50-9d195f6cafcb 1 ASDC deployResourceStructure
2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json ASDC sendASDCNotification
2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json
2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:43:08.179Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:08.181Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:08.181Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111788179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:43:08.282Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:43:08.282Z||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-05-21T05:43:08.283Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:08.292Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:08.293Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml
2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:43:09.183Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:09.185Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:09.185Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111789183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-21T05:43:09.286Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:43:09.287Z||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-05-21T05:43:09.287Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:09.297Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:09.298Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:10.186Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env
2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:43:10.187Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:10.189Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:10.189Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111790186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-21T05:43:10.289Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:10.290Z||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-05-21T05:43:10.290Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:10.300Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:10.301Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:11.190Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar ASDC sendASDCNotification
2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar
2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:43:11.191Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:11.193Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:11.193Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111791190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:43:11.294Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:43:11.294Z||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-05-21T05:43:11.295Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:11.305Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:11.305Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:43:12.195Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
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-05-21T05:43:12.209Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc
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-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:43:12.212Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-05-21T05:43:12.215Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T05:43:42.216Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc 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-05-21T05:43:42.225Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc and serviceModelVersionId: f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0
2022-05-21T05:43:42.225Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1a86390-bab0-4928-8fd2-a7a4e47b78e4
2022-05-21T05:43:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:43:53.413Z||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-05-21T05:43:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:53.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:53.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:43:53.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:43:53.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:43:54.101Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0
2022-05-21T05:43:54.208Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T05:43:54.799Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?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-05-21T05:43:54.802Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|INFO|500||Invoke
2022-05-21T05:43:55.110Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-21T05:43:55.601Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0|INFO|500||InvokeReturn
2022-05-21T05:43:55.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a86390-bab0-4928-8fd2-a7a4e47b78e4/model-vers/model-ver/f3883ecd-4fe8-4be1-9cc2-8bf21d4604d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-05:43:55:118-7653], vertex-id=[139344], Content-Length=[0], Date=[Sat, 21 May 2022 05:43:55 GMT], Content-Type=[application/json]}
2022-05-21T05:43:55.602Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-21T05:43:55.604Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T05:43:55.605Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-05-21T05:43:55.611Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||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-05-21T05:43:55.621Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T05:43:55.623Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T05:43:55.623Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:55.626Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:55.626Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111835622,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:43:55.726Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:55.728Z||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-05-21T05:43:55.728Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:55.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:55.740Z||pool-18-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-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|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-05-21T05:43:56.643Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:57.261Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:57.262Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-21T05:43:57.263Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa3e99e3-1283-47c5-87ef-7fa058a410c2","serviceName":"vFW 2022-05-21 05-40-48","serviceVersion":"1.0","serviceUUID":"9eb42658-1549-4dbe-b616-f9bbe8a2c1bc","serviceDescription":"catalog service description","serviceInvariantUUID":"3cf64f2e-3202-4aa1-911b-0332131ecacd","resources":[{"resourceInstanceName":"vFW b09e2e1f-3f1f 0","resourceName":"vFW b09e2e1f-3f1f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4caa3e0d-e225-4788-8106-656b04e139f4","resourceInvariantUUID":"57ea4a18-5170-4a3b-b59d-10e21fbb701e","resourceCustomizationUUID":"d4dd4c77-5dbe-4c46-a2c4-be101442601f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml","artifactChecksum":"NDMyMDMyMTUzNmVmZmE0YTE3M2I1NjdkZDY0YmQzZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"875c2aac-7535-4bd9-9913-679b9b84bc11","artifactVersion":"1"},{"artifactName":"vfwb09e2e1f3f1f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json","artifactChecksum":"MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c169ccb-a771-44d0-b075-b5d6a82707cd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0605b018-3db1-4a4d-a970-e17243ec0e18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGRkY2JiNmFkZmZjYTJmMjFiOWMyZDk3OTk4Y2JkMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7ec567f-dfb2-40e8-881a-a8c6d558e258","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0502697-a85f-45bb-aee3-939278f95e23","artifactVersion":"2","generatedFromUUID":"0605b018-3db1-4a4d-a970-e17243ec0e18"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220521054048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml","artifactChecksum":"NGJiYmUwMGJiOGRiODVlMDA2ODU3YWViMGMyYWM4ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370c8d85-8e16-4d05-a034-c58a95e24ade","artifactVersion":"1"},{"artifactName":"service-Vfw20220521054048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar","artifactChecksum":"ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef94344a-8830-494c-9149-5d7c3a3593a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:43:57.266Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:43:57.267Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:57.270Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:57.270Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:43:57.370Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:57.371Z||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-05-21T05:43:57.371Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:57.381Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:57.382Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:58.271Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:43:58.272Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:58.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:58.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:43:58.374Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:58.375Z||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-05-21T05:43:58.375Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:58.387Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:58.387Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:43:59.274Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:43:59.276Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:43:59.278Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:43:59.279Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:43:59.379Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:43:59.380Z||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-05-21T05:43:59.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:43:59.391Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:43:59.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:00.279Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:44:00.281Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:00.283Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:00.283Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:00.384Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:44:00.385Z||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-05-21T05:44:00.385Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:00.394Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:00.395Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:44:01.284Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:44:01.285Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:01.288Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:01.288Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-21T05:44:01.388Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:01.389Z||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-05-21T05:44:01.389Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:01.400Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:01.400Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:02.289Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:44:02.290Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:02.292Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:02.292Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:02.393Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:44:02.394Z||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-05-21T05:44:02.394Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:02.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:02.405Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:03.293Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:44:03.294Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:03.296Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:03.296Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:03.396Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:03.397Z||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-05-21T05:44:03.397Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:03.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:03.407Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:04.298Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"serviceName": "vFW 2022-05-21 05-40-48",
"serviceVersion": "1.0",
"serviceUUID": "9eb42658-1549-4dbe-b616-f9bbe8a2c1bc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3cf64f2e-3202-4aa1-911b-0332131ecacd",
"resources": [
{
"resourceInstanceName": "vFW b09e2e1f-3f1f 0",
"resourceCustomizationUUID": "d4dd4c77-5dbe-4c46-a2c4-be101442601f",
"resourceName": "vFW b09e2e1f-3f1f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4caa3e0d-e225-4788-8106-656b04e139f4",
"resourceInvariantUUID": "57ea4a18-5170-4a3b-b59d-10e21fbb701e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb09e2e1f3f1f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"artifactChecksum": "MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c169ccb-a771-44d0-b075-b5d6a82707cd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0605b018-3db1-4a4d-a970-e17243ec0e18",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0502697-a85f-45bb-aee3-939278f95e23",
"generatedFromUUID": "0605b018-3db1-4a4d-a970-e17243ec0e18"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0502697-a85f-45bb-aee3-939278f95e23",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220521054048-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"artifactChecksum": "ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef94344a-8830-494c-9149-5d7c3a3593a6"
}
],
"workloadContext": "Production"
}
2022-05-21T05:44:04.299Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:44:04.299Z|1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc ASDC
2022-05-21T05:44:04.299Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fa3e99e3-1283-47c5-87ef-7fa058a410c2
ServiceName:vFW 2022-05-21 05-40-48
ServiceVersion:1.0
ServiceUUID:9eb42658-1549-4dbe-b616-f9bbe8a2c1bc
ServiceInvariantUUID:3cf64f2e-3202-4aa1-911b-0332131ecacd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220521054048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar
ArtifactUUID:ef94344a-8830-494c-9149-5d7c3a3593a6
ArtifactChecksum:ZGU5YjNlMzdiNmZiNWY4NTA0YzQzMWFjZDRiZjcyNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b09e2e1f-3f1f 0
ResourceCustomizationUUID:d4dd4c77-5dbe-4c46-a2c4-be101442601f
ResourceInvariantUUID:57ea4a18-5170-4a3b-b59d-10e21fbb701e
ResourceName:vFW b09e2e1f-3f1f
ResourceType:VF
ResourceUUID:4caa3e0d-e225-4788-8106-656b04e139f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb09e2e1f3f1f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json
ArtifactUUID:0c169ccb-a771-44d0-b075-b5d6a82707cd
ArtifactChecksum:MGI1M2QxMTk3NzNhMTNkOGUzNWQ1ZmU4NWNmMmRkMjQ=
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/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml
ArtifactUUID:0605b018-3db1-4a4d-a970-e17243ec0e18
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/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
ArtifactUUID:a0502697-a85f-45bb-aee3-939278f95e23
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/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
ArtifactUUID:a0502697-a85f-45bb-aee3-939278f95e23
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-21T05:44:04.299Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc 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-05-21T05:44:04.339Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:44:04.339Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef94344a-8830-494c-9149-5d7c3a3593a6 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:44:04.340Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:04.406Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:44:04.415Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ef94344a-8830-494c-9149-5d7c3a3593a6 98970
2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ASDC sendASDCNotification
2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:44:04.416Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:04.418Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:04.418Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111844416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:04.519Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:44:04.520Z||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-05-21T05:44:04.521Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:04.532Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:04.532Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:05.419Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:44:05.420Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-21T05:44:05.420Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ef94344a-8830-494c-9149-5d7c3a3593a6, URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar to file: /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220521054048-csar.csar
2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:05.421Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:05.591Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3540868118599119333/Definitions/service-Vfw20220521054048-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-21T05:44:07.916Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b09e2e1f-3f1f 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-Vfw20220521054048-csar.csar
2022-05-21T05:44:07.917Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:44:07.918Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.919Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.920Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:07.921Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:07.922Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:44:07.923Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b463df6-06a8-4f84-9c30-9a8d37841bf8
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.924Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e931bf1-63f4-4eef-90f1-828dc72d3a83
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:07.925Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:07.926Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=78bd9e17-e8d7-44f9-b28d-dca9b180678a
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:07.927Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:07.928Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-21 05-40-48
Description:catalog service description
Model UUID:9eb42658-1549-4dbe-b616-f9bbe8a2c1bc
Model Version:NULL
Model InvariantUuid:3cf64f2e-3202-4aa1-911b-0332131ecacd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b09e2e1f-3f1f
Model UUID:80eb6aa2-725b-49a2-a812-05486c28b035
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57ea4a18-5170-4a3b-b59d-10e21fbb701e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d4dd4c77-5dbe-4c46-a2c4-be101442601f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c8672400-7c41-413f-83c4-b6ee9e0635d6
ModelName:VfwB09e2e1f3f1f..base_vfw..module-0
ModelUuid:0f40c7f4-a5b2-4350-831f-6a5c7057386a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b463df6-06a8-4f84-9c30-9a8d37841bf8
ModelInvariantUuid:63da6f9d-9672-4611-8ec8-73a3d40d3b3f
ModelName:vFW b09e2e1f-3f1f-nodes.vfwCvfc
ModelUuid:b5dad0e2-a4db-49c3-b16f-84b77ca89b55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4b38bed3-8f9b-4f15-9816-df5c22324800
ModelInvariantUuid:dac21485-a2dc-4a66-a1ac-75d7a2c35199
ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vfw
ModelUuid:028cb861-60e0-4cae-8ad3-535c3f1fa9d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9e931bf1-63f4-4eef-90f1-828dc72d3a83
ModelInvariantUuid:8c2b4b5d-1710-4a84-9d45-e09baf5312db
ModelName:vFW b09e2e1f-3f1f-nodes.vsnCvfc
ModelUuid:6b528a09-dbf7-4174-85f2-767ae6d07172
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dcda8a1c-5b83-49ee-a190-742231deb3b1
ModelInvariantUuid:b29d2192-4267-478f-a27c-3b25ee507246
ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vsn
ModelUuid:1f0c2c6e-9759-4695-a08b-1d6ba2baa4df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:78bd9e17-e8d7-44f9-b28d-dca9b180678a
ModelInvariantUuid:a52ee19d-32e2-4659-b9d3-b1ed2c850230
ModelName:vFW b09e2e1f-3f1f-nodes.vpgCvfc
ModelUuid:8e49583b-4f7f-4d9b-8083-b43212ed3a72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:87821631-cc5e-4e72-a078-06cfcc03afb1
ModelInvariantUuid:f99eeba2-de0b-44ff-b737-959096a67266
ModelName:VfwB09e2e1f3f1f.compute.nodes.heat.vpg
ModelUuid:88ff683a-8034-4e65-b7b1-7fe75896d3ff
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-05-21T05:44:07.934Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4caa3e0d-e225-4788-8106-656b04e139f4
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-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||vFW b09e2e1f-3f1f 0
2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4caa3e0d-e225-4788-8106-656b04e139f4
2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c169ccb-a771-44d0-b075-b5d6a82707cd from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json
2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:44:07.937Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json
2022-05-21T05:44:07.990Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json 0c169ccb-a771-44d0-b075-b5d6a82707cd 785
2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json ASDC sendASDCNotification
2022-05-21T05:44:07.991Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json
2022-05-21T05:44:07.992Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:44:07.992Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:07.995Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:07.995Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111847991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:08.095Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:08.097Z||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-05-21T05:44:08.097Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:08.107Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:08.107Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:08.996Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB09e2e1f3f1f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c8672400-7c41-413f-83c4-b6ee9e0635d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f40c7f4-a5b2-4350-831f-6a5c7057386a",
"vfModuleModelCustomizationUUID": "e93b0cfb-7533-4e02-b321-a549ed3aabe8",
"isBase": true,
"artifacts": [
"0605b018-3db1-4a4d-a970-e17243ec0e18",
"a0502697-a85f-45bb-aee3-939278f95e23"
],
"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-05-21T05:44:09.001Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB09e2e1f3f1f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f40c7f4-a5b2-4350-831f-6a5c7057386a
VfModuleModelInvariantUUID:c8672400-7c41-413f-83c4-b6ee9e0635d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0605b018-3db1-4a4d-a970-e17243ec0e18
,
a0502697-a85f-45bb-aee3-939278f95e23
}
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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB09e2e1f3f1f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c8672400-7c41-413f-83c4-b6ee9e0635d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f40c7f4-a5b2-4350-831f-6a5c7057386a",
"vfModuleModelCustomizationUUID": "e93b0cfb-7533-4e02-b321-a549ed3aabe8",
"isBase": true,
"artifacts": [
"0605b018-3db1-4a4d-a970-e17243ec0e18",
"a0502697-a85f-45bb-aee3-939278f95e23"
],
"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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB09e2e1f3f1f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f40c7f4-a5b2-4350-831f-6a5c7057386a
VfModuleModelInvariantUUID:c8672400-7c41-413f-83c4-b6ee9e0635d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0605b018-3db1-4a4d-a970-e17243ec0e18
,
a0502697-a85f-45bb-aee3-939278f95e23
}
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-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0605b018-3db1-4a4d-a970-e17243ec0e18 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml
2022-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:44:09.004Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml
2022-05-21T05:44:09.053Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:44:09.054Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml 0605b018-3db1-4a4d-a970-e17243ec0e18 20368
2022-05-21T05:44:09.054Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml
2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:44:09.055Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:09.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:09.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111849054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:09.158Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:09.159Z||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-05-21T05:44:09.159Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:09.172Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:09.173Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:10.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0502697-a85f-45bb-aee3-939278f95e23 from URL: /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
2022-05-21T05:44:10.060Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-21T05:44:10.060Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
2022-05-21T05:44:10.246Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-21T05:44:10.246Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env a0502697-a85f-45bb-aee3-939278f95e23 2098
2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:44:10.247Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:10.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:10.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111850246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:10.349Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:10.350Z||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-05-21T05:44:10.350Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:10.360Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:10.361Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:11.249Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc
2022-05-21T05:44:11.250Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b09e2e1f-3f1f 0 4caa3e0d-e225-4788-8106-656b04e139f4 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-05-21T05:44:11.272Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d687ef6, org.onap.sdc.toscaparser.api.parameters.Input@51cc9334, org.onap.sdc.toscaparser.api.parameters.Input@7487d389, org.onap.sdc.toscaparser.api.parameters.Input@784a8f3d, org.onap.sdc.toscaparser.api.parameters.Input@361bd10c]
2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d4dd4c77-5dbe-4c46-a2c4-be101442601f
2022-05-21T05:44:11.273Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f matches Tosca VF Customization UUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f
2022-05-21T05:44:11.274Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d4dd4c77-5dbe-4c46-a2c4-be101442601f 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-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d4dd4c77-5dbe-4c46-a2c4-be101442601f: {\"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-05-21T05:44:11.276Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f18a1ef
2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e93b0cfb-7533-4e02-b321-a549ed3aabe8
2022-05-21T05:44:11.277Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e93b0cfb-7533-4e02-b321-a549ed3aabe8
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-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.279Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.280Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.281Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b463df6-06a8-4f84-9c30-9a8d37841bf8
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-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:11.283Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:44:11.284Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.285Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9e931bf1-63f4-4eef-90f1-828dc72d3a83
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-05-21T05:44:11.286Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.287Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.287Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is not matching search criteria
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.289Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:44:11.290Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-21T05:44:11.291Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=78bd9e17-e8d7-44f9-b28d-dca9b180678a
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-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Node template vFW b09e2e1f-3f1f 0 is matching search criteria
2022-05-21T05:44:11.293Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b09e2e1f-3f1f 0] matching following query criteria: sdcType=VF, customizationUUID=d4dd4c77-5dbe-4c46-a2c4-be101442601f
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-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc: vFW b09e2e1f-3f1f
2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.295Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-21 05-40-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:44:11.296Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-21 05-40-48
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-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b09e2e1f-3f1f 4caa3e0d-e225-4788-8106-656b04e139f4 1 ASDC deployResourceStructure
2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json ASDC sendASDCNotification
2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json
2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:44:11.489Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:11.491Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:11.491Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111851489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:11.591Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:11.592Z||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-05-21T05:44:11.593Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:11.603Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:11.604Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:12.492Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-21T05:44:12.492Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml
2022-05-21T05:44:12.493Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:44:12.493Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:12.495Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:12.495Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111852491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:12.596Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:44:12.596Z||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-05-21T05:44:12.597Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:12.607Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:12.608Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:13.497Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env
2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:44:13.498Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:13.500Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:13.501Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111853497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:13.601Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:13.601Z||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-05-21T05:44:13.602Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:13.612Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:13.613Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:14.501Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar ASDC sendASDCNotification
2022-05-21T05:44:14.502Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar
2022-05-21T05:44:14.502Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:44:14.503Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:44:14.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:44:14.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111854501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:14.605Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:44:14.606Z||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-05-21T05:44:14.606Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:14.616Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:14.617Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:44:15.505Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:44:15.512Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:44:15.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:44:45.514Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:44:45.522Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:44:45.524Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:44:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:44:53.413Z||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-05-21T05:44:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:44:53.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:44:53.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111773411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111781324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111784806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111785888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111786939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111788179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/basic_onboard_vasvxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111789183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111790186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/resourceInstances/basic_onboard_vasvxl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111791190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVasvxl/1.0/artifacts/service-BasicOnboardVasvxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111782966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111783711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111782413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653111780270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111788463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111795540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111795605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111789726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111796495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "cds",
"timestamp": 1653111796545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-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-05-21T05:44:53.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111797806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111797848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111798852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111799096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111799268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "policy-id",
"timestamp": 1653111799854,
"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-05-21T05:44:53.473Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111800118,
"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-05-21T05:44:53.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.481Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653111800274,
"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-05-21T05:44:53.487Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.487Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653111801122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111796744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:44:53.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111804712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111809251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111811261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "clamp",
"timestamp": 1653111812265,
"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-05-21T05:44:53.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111813257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:44:53.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:44:53.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "aai-ml",
"timestamp": 1653111814263,
"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-05-21T05:44:53.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa3e99e3-1283-47c5-87ef-7fa058a410c2
2022-05-21T05:44:53.511Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:45:15.525Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:45:15.531Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2
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-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T05:45:15.533Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:45:15.534Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-05-21T05:45:15.537Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T05:45:45.537Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 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-05-21T05:45:45.541Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa3e99e3-1283-47c5-87ef-7fa058a410c2 and serviceModelVersionId: 9eb42658-1549-4dbe-b616-f9bbe8a2c1bc
2022-05-21T05:45:45.541Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cf64f2e-3202-4aa1-911b-0332131ecacd
2022-05-21T05:45:45.542Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0
2022-05-21T05:45:45.550Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T05:45:45.584Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|INFO|500||Invoke
2022-05-21T05:45:45.585Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a322ff3-711d-4c95-a0b8-2103495bb449], X-ECOMP-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], X-TransactionId=[], X-ONAP-RequestID=[fa3e99e3-1283-47c5-87ef-7fa058a410c2], Content-Type=[application/merge-patch+json]}
2022-05-21T05:45:45.609Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-21T05:45:46.035Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?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/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:45:45:614-84775], vertex-id=[598032], Content-Length=[0], Date=[Sat, 21 May 2022 05:45:45 GMT], Content-Type=[application/json]}
2022-05-21T05:45:46.035Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf64f2e-3202-4aa1-911b-0332131ecacd/model-vers/model-ver/9eb42658-1549-4dbe-b616-f9bbe8a2c1bc?depth=0|INFO|500||InvokeReturn
2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T05:45:46.036Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||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-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa3e99e3-1283-47c5-87ef-7fa058a410c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T05:45:46.043Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T05:45:46.044Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:45:46.046Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:45:46.046Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111946043,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:45:46.146Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:45:46.147Z||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-05-21T05:45:46.147Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:45:46.162Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:45:46.163Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-21T05:45:47.057Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:45:47.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:45:47.058Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:45:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:45:53.413Z||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-05-21T05:45:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:45:53.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:45:53.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d22b37d-e1d7-4cfa-86cf-6fdf22c324bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111835622,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "NOTIFIED"
}
2022-05-21T05:45:53.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111836643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111844416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111847991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111849054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111850246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111851489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/vfwb09e2e1f3f1f0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111852491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111853497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/resourceInstances/vfwb09e2e1f3f1f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:53.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:45:53.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111854501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220521054048/1.0/artifacts/service-Vfw20220521054048-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:45:53.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:45:56.591Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:45:56.592Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:45:56.593Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:45:56.593Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:46:06.122Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:46:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:46:53.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:46:53.413Z||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-05-21T05:46:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:46:53.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:46:53.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-21T05:46:53.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa3e99e3-1283-47c5-87ef-7fa058a410c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653111946043,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:46:53.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:47:02.949Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:47:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:47:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:47:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:47:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:47:53.414Z||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-05-21T05:47:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:48:02.949Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:48:02.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:48:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:48:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:48:53.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:48:53.413Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:48:53.413Z||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-05-21T05:48:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:49:02.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:49:02.952Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:49:53.411Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:49:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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-05-21T05:49:53.412Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:49:53.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:49:53.413Z||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-05-21T05:49:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:50:02.952Z|fa3e99e3-1283-47c5-87ef-7fa058a410c2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:50:02.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:50:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:50:53.412Z||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-05-21T05:50:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:50:53.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:50:53.413Z||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-05-21T05:50:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:51:02.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:51:02.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:51:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:51:53.412Z||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-05-21T05:51:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:51:53.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:51:53.413Z||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-05-21T05:51:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:02.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:02.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:53.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:52:53.412Z||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-05-21T05:52:53.412Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:52:53.413Z||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-05-21T05:52:53.413Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:53.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:53.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112352966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112353711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112348464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112352412,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112349726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112363850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112363856,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112363854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "cds",
"timestamp": 1653112364856,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T05:52:53.571Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:52:53.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112364859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112365578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:52:53.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "policy-id",
"timestamp": 1653112365862,
"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-05-21T05:52:53.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:52:53.587Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112366342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653112366582,
"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-05-21T05:52:53.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:52:53.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112360270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112368352,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "clamp",
"timestamp": 1653112369355,
"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-05-21T05:52:53.615Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:52:53.615Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112369534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112370769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:53.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "ves-openapi-manager",
"timestamp": 1653112371772,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T05:52:53.632Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:52:53.632Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T05:52:53.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:52:54.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:54.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:52:54.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca613631-9993-4b8e-89bc-f56e4a4b0651","serviceName":"Demo_pNF_01xpTU2sZzfckMFDMECD","serviceVersion":"1.0","serviceUUID":"12f89193-daef-40cc-8876-e58ff20d2454","serviceDescription":"catalog service description","serviceInvariantUUID":"53417839-de18-47ad-bafb-e0d624d7652d","resources":[{"resourceInstanceName":"pNF 2cdc350c-b335 0","resourceName":"pNF 2cdc350c-b335","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48f8a40a-0c84-457b-b56b-65fd8652d24e","resourceInvariantUUID":"2d610f4b-5843-41d2-a86d-e65eb1876802","resourceCustomizationUUID":"1c932c60-7963-41c4-99f3-85b16c7b14f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml","artifactChecksum":"YTBiMWVhMDQwZjllMTQ2NGRjNTU3NDdhNDhhNzJmYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42408233-a391-4de6-8e11-b2b9b1790f44","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc94d266-2274-417a-8903-3e0ba71e7e51","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7861b0fa-6156-497e-a2e9-3a99dc478365","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml","artifactChecksum":"NTg0NDBjNTBmNjc4MDE2MDgzMWI0ZDg2YTBiNTEyNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70124325-dc82-496e-9729-c479891107a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b77dd363-5606-462a-9598-31fcde529833","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dfbbf93-4144-4f59-ab5a-c77aea2b7c4d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf01xptu2szzfckmfdmecd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml","artifactChecksum":"NjNiMjJkZWVmOWMyOThhOGQ0OWYzMjRlMGJmODM3OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6023d5dc-7f72-419b-b566-481a62dcfc29","artifactVersion":"1"},{"artifactName":"service-DemoPnf01xptu2szzfckmfdmecd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar","artifactChecksum":"MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae18c6a2-7a14-463c-809c-bc5d17820b44","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:52:54.040Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:54.041Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:54.043Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:54.043Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:54.143Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:54.144Z||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-05-21T05:52:54.145Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:54.156Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:54.156Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:55.044Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:55.045Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:55.047Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:55.047Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:55.147Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:55.148Z||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-05-21T05:52:55.148Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:55.178Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:55.178Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:56.047Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:56.049Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:56.051Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:56.051Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:56.152Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:52:56.152Z||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-05-21T05:52:56.153Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:56.162Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:56.163Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:57.052Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:57.053Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:57.054Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:57.054Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:57.155Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:57.156Z||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-05-21T05:52:57.156Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:57.168Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:57.168Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:58.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:58.056Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:58.058Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:58.059Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:58.159Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:58.160Z||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-05-21T05:52:58.160Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:58.170Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:58.170Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:59.059Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:59.060Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:59.062Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:59.062Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:52:59.163Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:59.164Z||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-05-21T05:52:59.164Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:52:59.173Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:52:59.173Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:00.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:53:00.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:00.065Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:00.065Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:53:00.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:53:00.167Z||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-05-21T05:53:00.167Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:53:00.180Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:53:00.181Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:53:01.066Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:53:01.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:01.070Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:01.070Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:53:01.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:01.171Z||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-05-21T05:53:01.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:53:01.181Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:53:01.181Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:02.071Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"serviceName": "Demo_pNF_01xpTU2sZzfckMFDMECD",
"serviceVersion": "1.0",
"serviceUUID": "12f89193-daef-40cc-8876-e58ff20d2454",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "53417839-de18-47ad-bafb-e0d624d7652d",
"resources": [
{
"resourceInstanceName": "pNF 2cdc350c-b335 0",
"resourceCustomizationUUID": "1c932c60-7963-41c4-99f3-85b16c7b14f4",
"resourceName": "pNF 2cdc350c-b335",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "48f8a40a-0c84-457b-b56b-65fd8652d24e",
"resourceInvariantUUID": "2d610f4b-5843-41d2-a86d-e65eb1876802",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"artifactChecksum": "MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae18c6a2-7a14-463c-809c-bc5d17820b44"
}
],
"workloadContext": "Production"
}
2022-05-21T05:53:02.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:53:02.072Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12f89193-daef-40cc-8876-e58ff20d2454 ASDC
2022-05-21T05:53:02.072Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ca613631-9993-4b8e-89bc-f56e4a4b0651
ServiceName:Demo_pNF_01xpTU2sZzfckMFDMECD
ServiceVersion:1.0
ServiceUUID:12f89193-daef-40cc-8876-e58ff20d2454
ServiceInvariantUUID:53417839-de18-47ad-bafb-e0d624d7652d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
ArtifactUUID:ae18c6a2-7a14-463c-809c-bc5d17820b44
ArtifactChecksum:MTFmZGI5MjM3NTIyMjI0NjUwOGQxZDJmNzQzZDY1Zjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2cdc350c-b335 0
ResourceCustomizationUUID:1c932c60-7963-41c4-99f3-85b16c7b14f4
ResourceInvariantUUID:2d610f4b-5843-41d2-a86d-e65eb1876802
ResourceName:pNF 2cdc350c-b335
ResourceType:PNF
ResourceUUID:48f8a40a-0c84-457b-b56b-65fd8652d24e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-21T05:53:02.072Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12f89193-daef-40cc-8876-e58ff20d2454 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-05-21T05:53:02.103Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ae18c6a2-7a14-463c-809c-bc5d17820b44 from URL: /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-21T05:53:02.104Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:02.172Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-21T05:53:02.178Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ae18c6a2-7a14-463c-809c-bc5d17820b44 82650
2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ASDC sendASDCNotification
2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:53:02.179Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:02.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:02.182Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112382179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:53:02.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:02.283Z||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-05-21T05:53:02.283Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:53:02.294Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:53:02.294Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:03.182Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:53:03.183Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:03.184Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ae18c6a2-7a14-463c-809c-bc5d17820b44, URL: /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar to file: /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.184Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.185Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.185Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.302Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18353610535445158186/Definitions/service-DemoPnf01xptu2szzfckmfdmecd-template.yml
2022-05-21T05:53:03.933Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2cdc350c-b335 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-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.934Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Node template pNF 2cdc350c-b335 0 is matching search criteria
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2cdc350c-b335 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:53:03.935Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Node template pNF 2cdc350c-b335 0 is matching search criteria
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 2cdc350c-b335 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.936Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.937Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.938Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.938Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_01xpTU2sZzfckMFDMECD
Description:catalog service description
Model UUID:12f89193-daef-40cc-8876-e58ff20d2454
Model Version:NULL
Model InvariantUuid:53417839-de18-47ad-bafb-e0d624d7652d
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-05-21T05:53:03.947Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48f8a40a-0c84-457b-b56b-65fd8652d24e
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-05-21T05:53:03.952Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||pNF 2cdc350c-b335 0
2022-05-21T05:53:03.952Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48f8a40a-0c84-457b-b56b-65fd8652d24e
2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 12f89193-daef-40cc-8876-e58ff20d2454
2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 12f89193-daef-40cc-8876-e58ff20d2454
2022-05-21T05:53:03.953Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2cdc350c-b335 0 48f8a40a-0c84-457b-b56b-65fd8652d24e 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-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22bd0244, org.onap.sdc.toscaparser.api.parameters.Input@33425d0a, org.onap.sdc.toscaparser.api.parameters.Input@4ff54dd7, org.onap.sdc.toscaparser.api.parameters.Input@17e4744a, org.onap.sdc.toscaparser.api.parameters.Input@5d81fbd0]
2022-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.959Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 12f89193-daef-40cc-8876-e58ff20d2454: pNF 2cdc350c-b335
2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Processing PNF resource: 48f8a40a-0c84-457b-b56b-65fd8652d24e
2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:53:03.960Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_01xpTU2sZzfckMFDMECD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:03.961Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1c932c60-7963-41c4-99f3-85b16c7b14f4 is the same as notified resource customizationUUID: 1c932c60-7963-41c4-99f3-85b16c7b14f4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2cdc350c-b335 48f8a40a-0c84-457b-b56b-65fd8652d24e 0 ASDC deployResourceStructure
2022-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar ASDC sendASDCNotification
2022-05-21T05:53:04.025Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar
2022-05-21T05:53:04.026Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:53:04.026Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:04.028Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:04.028Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112384025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:53:04.128Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:53:04.129Z||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-05-21T05:53:04.129Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:53:04.140Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:53:04.140Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:05.030Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:53:05.043Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:53:05.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:53:35.047Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:53:35.062Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:53:35.066Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:53:35.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:53:35.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:53:53.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:53:53.414Z||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-05-21T05:53:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:53:53.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:53:53.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T05:53:53.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:53:53.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:05.067Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:54:05.083Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:54:05.086Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:54:35.087Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:54:35.099Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:54:35.102Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:54:53.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:54:53.414Z||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-05-21T05:54:53.414Z||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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:54:53.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:54:53.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112366744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112375605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/resourceInstances/pnf2cdc350cb3350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112379737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "aai-ml",
"timestamp": 1653112380742,
"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-05-21T05:54:53.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca613631-9993-4b8e-89bc-f56e4a4b0651
2022-05-21T05:54:53.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112373411,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112382179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112384025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf01xptu2szzfckmfdmecd/1.0/artifacts/service-DemoPnf01xptu2szzfckmfdmecd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "cds",
"timestamp": 1653112428711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112428463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "aai-ml",
"timestamp": 1653112426744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "policy-id",
"timestamp": 1653112429726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "cds",
"timestamp": 1653112428711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653112428463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "aai-ml",
"timestamp": 1653112426744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:54:53.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-21T05:54:53.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "policy-id",
"timestamp": 1653112429726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:54:53.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-21T05:55:05.103Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:55:05.116Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651
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-05-21T05:55:05.119Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.120Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-21T05:55:05.121Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:05.127Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T05:55:35.127Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 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-05-21T05:55:35.135Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca613631-9993-4b8e-89bc-f56e4a4b0651 and serviceModelVersionId: 12f89193-daef-40cc-8876-e58ff20d2454
2022-05-21T05:55:35.136Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53417839-de18-47ad-bafb-e0d624d7652d
2022-05-21T05:55:35.137Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0
2022-05-21T05:55:35.144Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T05:55:35.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|INFO|500||Invoke
2022-05-21T05:55:35.181Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc4ac090-3e70-4ea8-9ce2-7a582431d142], X-ECOMP-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], X-TransactionId=[], X-ONAP-RequestID=[ca613631-9993-4b8e-89bc-f56e4a4b0651], Content-Type=[application/merge-patch+json]}
2022-05-21T05:55:35.208Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-21T05:55:35.293Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?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/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:55:35:214-25234], vertex-id=[610320], Content-Length=[0], Date=[Sat, 21 May 2022 05:55:35 GMT], Content-Type=[application/json]}
2022-05-21T05:55:35.293Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T05:55:35.294Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53417839-de18-47ad-bafb-e0d624d7652d/model-vers/model-ver/12f89193-daef-40cc-8876-e58ff20d2454?depth=0|INFO|500||InvokeReturn
2022-05-21T05:55:35.295Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T05:55:35.295Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:35.299Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||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-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca613631-9993-4b8e-89bc-f56e4a4b0651 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T05:55:35.300Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:55:35.301Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:55:35.302Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca613631-9993-4b8e-89bc-f56e4a4b0651",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112535300,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:55:35.402Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:55:35.403Z||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-05-21T05:55:35.403Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:55:35.417Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:55:35.418Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-21T05:55:36.315Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:55:36.316Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|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-05-21T05:55:36.316Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|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 JvgWT6TStJwn1lgz) ...
2022-05-21T05:55:40.660Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:55:40.660Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:55:40.661Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e37212a-5aa6-4216-b9d1-2de56faaa385","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3","serviceDescription":"service","serviceInvariantUUID":"8418fbfd-cc9d-4075-b72e-3294c5193cbd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"10eea863-0b3d-435e-adae-f829a714a850","resourceInvariantUUID":"c980562d-bea1-44a8-b372-428b2cc4bfbd","resourceCustomizationUUID":"559c03b9-fd09-4212-9dd9-772b5eb620ff","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":"NjNhYjYyODAxZTc0MzMxMDZlNjU5NWNjYTY0ZmY1OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49ca7800-6a1a-438d-a548-cfa33ecd0876","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05fe5614-e338-45da-aa5a-a837c9b97e4b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:55:40.664Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:55:40.664Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:55:40.666Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:55:40.666Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112536315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-21T05:55:40.767Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:55:40.767Z||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-05-21T05:55:40.767Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:55:40.776Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:55:40.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:55:41.667Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:55:41.668Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:55:41.670Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:55:41.671Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112536315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-21T05:55:41.771Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:55:41.771Z||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-05-21T05:55:41.772Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:55:41.782Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:55:41.782Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3",
"serviceDescription": "service",
"serviceInvariantUUID": "8418fbfd-cc9d-4075-b72e-3294c5193cbd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "559c03b9-fd09-4212-9dd9-772b5eb620ff",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "10eea863-0b3d-435e-adae-f829a714a850",
"resourceInvariantUUID": "c980562d-bea1-44a8-b372-428b2cc4bfbd",
"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": "N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05fe5614-e338-45da-aa5a-a837c9b97e4b"
}
],
"workloadContext": "Production"
}
2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:55:42.672Z|ca613631-9993-4b8e-89bc-f56e4a4b0651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 ASDC
2022-05-21T05:55:42.673Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9e37212a-5aa6-4216-b9d1-2de56faaa385
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3
ServiceInvariantUUID:8418fbfd-cc9d-4075-b72e-3294c5193cbd
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:05fe5614-e338-45da-aa5a-a837c9b97e4b
ArtifactChecksum:N2E3NTk4ZmMwODA1YjgyZmJmM2NhMTQyODA5MjZjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:559c03b9-fd09-4212-9dd9-772b5eb620ff
ResourceInvariantUUID:c980562d-bea1-44a8-b372-428b2cc4bfbd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:10eea863-0b3d-435e-adae-f829a714a850
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-21T05:55:42.673Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3 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-05-21T05:55:42.704Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05fe5614-e338-45da-aa5a-a837c9b97e4b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-21T05:55:42.705Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T05:55:42.849Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-21T05:55:42.852Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05fe5614-e338-45da-aa5a-a837c9b97e4b 52510
2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:55:42.853Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:55:42.856Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:55:42.856Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9e37212a-5aa6-4216-b9d1-2de56faaa385",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653112542853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-21T05:55:42.956Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:55:42.956Z||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-05-21T05:55:42.957Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JvgWT6TStJwn1lgz) ...
2022-05-21T05:55:42.966Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-21T05:55:42.966Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:55:43.857Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:55:43.858Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-21T05:55:43.858Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05fe5614-e338-45da-aa5a-a837c9b97e4b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T05:55:43.859Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T05:55:43.934Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2788451283337887388/Definitions/service-BasicNetwork-template.yml
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.257Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.258Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.259Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3
Model Version:NULL
Model InvariantUuid:8418fbfd-cc9d-4075-b72e-3294c5193cbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c980562d-bea1-44a8-b372-428b2cc4bfbd
Model UUID:ed3a0c63-bad4-400e-85ab-351d37ef1296
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:559c03b9-fd09-4212-9dd9-772b5eb620ff
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-05-21T05:55:44.267Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 10eea863-0b3d-435e-adae-f829a714a850
2022-05-21T05:55:44.267Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||No resources found for Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3
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-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||
2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3
2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3
2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-21T05:55:44.270Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.274Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@145d23d, org.onap.sdc.toscaparser.api.parameters.Input@6492a90a, org.onap.sdc.toscaparser.api.parameters.Input@1d4c9463, org.onap.sdc.toscaparser.api.parameters.Input@3981f52a, org.onap.sdc.toscaparser.api.parameters.Input@167a1c1d]
2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.275Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f9529fe7-3bfe-4d51-bcf9-6ed7f226eef3: Generic NeutronNet
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.276Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||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-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-21T05:55:44.299Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:55:44.300Z|9e37212a-5aa6-4216-b9d1-2de56faaa385|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery