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)
2021-10-15T06:15:53.783Z||main|||||INFO|500||The following profiles are active: basic
2021-10-15T06:16:08.058Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-15T06:16:08.059Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-15T06:16:08.201Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-15T06:16:15.206Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-15T06:16:15.868Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-15T06:16:16.782Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-15T06:16:16.793Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-15T06:16:17.000Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-15T06:16:17.332Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-15T06:16:18.121Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-15T06:16:23.027Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T06:16:25.753Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T06:16:25.825Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-15T06:16:26.457Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-15T06:16:26.632Z||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.
2021-10-15T06:16:27.882Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-15T06:16:29.084Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-15T06:16:29.101Z||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$$b95fb5bd.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)
2021-10-15T06:16:29.102Z||main|||||WARN|500||The sdc end point is not alive
2021-10-15T06:16:32.170Z||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
2021-10-15T06:16:35.299Z||main|||||WARN|500||---
2021-10-15T06:16:35.301Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-15T06:16:35.301Z||main|||||WARN|500||---
2021-10-15T06:16:35.822Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-15T06:16:41.213Z||main|||||INFO|500||Started Application in 51.285 seconds (JVM running for 56.002)
2021-10-15T06:16:41.235Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-15T06:16:41.238Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-15T06:16:41.261Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-15T06:16:41.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-15T06:16:41.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 199ea1ad-18af-4e83-803b-dfe8d26e860f url= /sdc/v1/artifactTypes
2021-10-15T06:16:41.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-15T06:16:41.725Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-15T06:16:41.752Z||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
2021-10-15T06:16:41.786Z||scheduling-1|||||DEBUG|500||create keys
2021-10-15T06:16:41.797Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-15T06:16:41.831Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:16:41.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e502dae9-9aad-4b93-b866-5947d2843908 url= /sdc/v1/registerForDistribution
2021-10-15T06:16:42.008Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e502dae9-9aad-4b93-b866-5947d2843908 url= /sdc/v1/registerForDistribution
2021-10-15T06:16:42.009Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-15T06:16:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:16:42.060Z||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.
2021-10-15T06:16:42.060Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:16:42.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:16:42.067Z||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.
2021-10-15T06:16:42.067Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:16:42.066Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-15T06:16:52.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:16:52.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:17:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:17:42.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:17:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:17:42.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:17:42.025Z||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.
2021-10-15T06:17:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:17:51.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:17:51.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:18:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:18:42.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:18:42.026Z||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.
2021-10-15T06:18:42.027Z||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.
2021-10-15T06:18:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:18:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:18:51.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:18:51.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:19:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:19:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:19:42.024Z||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.
2021-10-15T06:19:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:19:42.024Z||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.
2021-10-15T06:19:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:19:51.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:19:51.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:20:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:20:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:20:42.020Z||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.
2021-10-15T06:20:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:20:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:20:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:20:51.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:20:51.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:21:42.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:21:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:21:42.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:21:42.022Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:21:42.022Z||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.
2021-10-15T06:21:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:21:51.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:21:51.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:22:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:22:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:22:42.020Z||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.
2021-10-15T06:22:42.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:22:42.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:22:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:22:51.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:22:51.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:23:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:23:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:23:42.022Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:23:42.022Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:23:42.028Z||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.
2021-10-15T06:23:42.028Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:23:51.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:23:51.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:24:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:24:42.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:24:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:24:42.022Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:24:42.022Z||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.
2021-10-15T06:24:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:24:51.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:24:51.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:25:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:25:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:25:42.023Z||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.
2021-10-15T06:25:42.023Z||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.
2021-10-15T06:25:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:25:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:25:51.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:25:51.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:26:14.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-15T06:26:42.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:26:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:26:42.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:26:42.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:26:42.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:26:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:26:51.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:26:51.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:27:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:27:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:27:42.020Z||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.
2021-10-15T06:27:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:27:42.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:27:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:27:51.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:27:51.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:28:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:28:42.018Z||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.
2021-10-15T06:28:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:28:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:28:42.020Z||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.
2021-10-15T06:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:28:51.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:28:51.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:29:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:29:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:29:42.020Z||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.
2021-10-15T06:29:42.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:29:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:29:42.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:29:51.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:29:51.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:30:42.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:30:42.021Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:30:42.029Z||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.
2021-10-15T06:30:42.029Z||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.
2021-10-15T06:30:42.029Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:30:42.029Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:30:51.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:30:51.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:31:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:31:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:31:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:31:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:31:42.020Z||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.
2021-10-15T06:31:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:31:51.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:31:51.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:32:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:32:42.018Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:32:42.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:32:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:32:42.020Z||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.
2021-10-15T06:32:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:32:51.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:32:51.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:33:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:33:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:33:42.020Z||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.
2021-10-15T06:33:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:33:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:33:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:33:51.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:33:51.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:34:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:34:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:34:42.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:34:42.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:34:42.022Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:34:42.023Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:34:51.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:34:51.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:35:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:35:42.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:35:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:35:42.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:35:42.019Z||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.
2021-10-15T06:35:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:35:51.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:35:51.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:36:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:36:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:36:42.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:36:42.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:36:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:36:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:36:51.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:36:51.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:37:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:37:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:37:42.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:37:42.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:37:42.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:37:42.022Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:37:51.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:37:51.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:38:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:38:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:38:42.020Z||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.
2021-10-15T06:38:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:38:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:38:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:38:51.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:38:51.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:39:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:39:42.018Z||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.
2021-10-15T06:39:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:39:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:39:42.020Z||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.
2021-10-15T06:39:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:39:51.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:39:51.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:40:42.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:40:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:40:42.022Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:40:42.022Z||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.
2021-10-15T06:40:42.022Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:40:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:40:51.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:40:51.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:41:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:41:42.018Z||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.
2021-10-15T06:41:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:41:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:41:42.020Z||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.
2021-10-15T06:41:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:41:51.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:41:51.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:42:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:42:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:42:42.019Z||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.
2021-10-15T06:42:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:42:42.020Z||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.
2021-10-15T06:42:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:42:51.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:42:51.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:43:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:43:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:43:42.021Z||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.
2021-10-15T06:43:42.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:43:42.021Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:43:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:43:51.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:43:51.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:44:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:44:42.017Z||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.
2021-10-15T06:44:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:44:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:44:42.019Z||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.
2021-10-15T06:44:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:44:51.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:44:51.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:45:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:45:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:45:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:45:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:45:42.020Z||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.
2021-10-15T06:45:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:45:51.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:45:51.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:46:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:46:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:46:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:46:42.020Z||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.
2021-10-15T06:46:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:46:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:46:51.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:46:51.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:47:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:47:42.018Z||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.
2021-10-15T06:47:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:47:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:47:42.020Z||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.
2021-10-15T06:47:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:47:51.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:47:51.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:48:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:48:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:48:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:48:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:48:42.020Z||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.
2021-10-15T06:48:42.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:48:51.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:48:51.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:49:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:49:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:49:42.020Z||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.
2021-10-15T06:49:42.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:49:42.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:49:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:49:51.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:49:51.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:50:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:50:42.018Z||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.
2021-10-15T06:50:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:50:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:50:42.020Z||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.
2021-10-15T06:50:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:50:51.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:50:51.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:51:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:51:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:51:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:51:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:51:42.020Z||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.
2021-10-15T06:51:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:51:51.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:51:51.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:52:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:52:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:52:42.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:52:42.022Z||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.
2021-10-15T06:52:42.022Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:52:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:52:51.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:52:51.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:53:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:53:42.018Z||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.
2021-10-15T06:53:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:53:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:53:42.019Z||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.
2021-10-15T06:53:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:53:51.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:53:51.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:54:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:54:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:54:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:54:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:54:42.020Z||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.
2021-10-15T06:54:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:54:51.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:54:51.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:55:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:55:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:55:42.019Z||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.
2021-10-15T06:55:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:55:42.020Z||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.
2021-10-15T06:55:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:55:51.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:55:51.573Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:56:42.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:56:42.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:56:42.025Z||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.
2021-10-15T06:56:42.025Z||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.
2021-10-15T06:56:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:56:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:56:51.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:56:51.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:57:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:57:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:57:42.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:57:42.021Z||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.
2021-10-15T06:57:42.022Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:57:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:57:51.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:57:51.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:58:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:58:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:58:42.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:58:42.022Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:58:42.022Z||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.
2021-10-15T06:58:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:58:51.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:58:51.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:59:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:59:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T06:59:42.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T06:59:42.022Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T06:59:42.022Z||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.
2021-10-15T06:59:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T06:59:51.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T06:59:51.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:00:42.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:00:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:00:42.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:00:42.022Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:00:42.023Z||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.
2021-10-15T07:00:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:00:51.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:00:51.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:01:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:01:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:01:42.020Z||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.
2021-10-15T07:01:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:01:42.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:01:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:01:51.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:01:51.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:02:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:02:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:02:42.024Z||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.
2021-10-15T07:02:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:02:42.024Z||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.
2021-10-15T07:02:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:02:51.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:02:51.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:03:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:03:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:03:42.020Z||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.
2021-10-15T07:03:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:03:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:03:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:03:51.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:03:51.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:04:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:04:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:04:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:04:42.020Z||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.
2021-10-15T07:04:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:04:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:04:51.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:04:51.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:05:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:05:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:05:42.020Z||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.
2021-10-15T07:05:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:05:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:05:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:05:51.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:05:51.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:06:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:06:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:06:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:06:42.020Z||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.
2021-10-15T07:06:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:06:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:06:51.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:06:51.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:07:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:07:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:07:42.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:07:42.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:07:42.021Z||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.
2021-10-15T07:07:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:07:51.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:07:51.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:08:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:08:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:08:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:08:42.020Z||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.
2021-10-15T07:08:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:08:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:08:51.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:08:51.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:09:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:09:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:09:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:09:42.020Z||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.
2021-10-15T07:09:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:09:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:09:51.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:09:51.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:10:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:10:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:10:42.020Z||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.
2021-10-15T07:10:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:10:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:10:42.021Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:10:51.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:10:51.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:11:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:11:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:11:42.020Z||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.
2021-10-15T07:11:42.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:11:42.020Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:11:51.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:11:51.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:12:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:12:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:12:42.020Z||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.
2021-10-15T07:12:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:12:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:12:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:12:51.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:12:51.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:13:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:13:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:13:42.025Z||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.
2021-10-15T07:13:42.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:13:42.026Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:13:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:13:51.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:13:51.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:14:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:14:42.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:14:42.026Z||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.
2021-10-15T07:14:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:14:42.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:14:42.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:14:51.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:14:51.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:15:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:15:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:15:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:15:42.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:15:42.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:15:42.022Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:15:51.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:15:51.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:16:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:16:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:16:42.020Z||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.
2021-10-15T07:16:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:16:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:16:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:16:51.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:16:51.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:17:42.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:17:42.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:17:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:17:42.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:17:42.020Z||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.
2021-10-15T07:17:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:17:51.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:17:51.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:18:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:18:42.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:18:42.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:18:42.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:18:42.020Z||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.
2021-10-15T07:18:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:18:51.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:18:51.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:19:42.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:19:42.018Z||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.
2021-10-15T07:19:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:19:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:19:42.019Z||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.
2021-10-15T07:19:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:19:51.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:19:51.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:20:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:20:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:20:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:20:42.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:20:42.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:20:42.023Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:20:51.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:20:51.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:21:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:21:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:21:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:21:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:21:42.020Z||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.
2021-10-15T07:21:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:21:51.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:21:51.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:22:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:22:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:22:42.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:22:42.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:22:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:22:42.021Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:22:51.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:22:51.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:23:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:23:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:23:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:23:42.020Z||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.
2021-10-15T07:23:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:23:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:23:51.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:23:51.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:24:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:24:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:24:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:24:42.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:24:42.023Z||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.
2021-10-15T07:24:42.023Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:24:51.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:24:51.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:25:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:25:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:25:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:25:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:25:42.020Z||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.
2021-10-15T07:25:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:25:51.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:25:51.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:26:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:26:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:26:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:26:42.020Z||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.
2021-10-15T07:26:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:26:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:26:51.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:26:51.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:27:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:27:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:27:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:27:42.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:27:42.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:27:42.021Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:27:51.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:27:51.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:28:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:28:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:28:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:28:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:28:42.020Z||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.
2021-10-15T07:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:28:51.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:28:51.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:29:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:29:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:29:42.023Z||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.
2021-10-15T07:29:42.023Z||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.
2021-10-15T07:29:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:29:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:29:51.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:29:51.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:30:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:30:42.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:30:42.024Z||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.
2021-10-15T07:30:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:30:42.024Z||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.
2021-10-15T07:30:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:30:51.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:30:51.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:31:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:31:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:31:42.024Z||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.
2021-10-15T07:31:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:31:42.024Z||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.
2021-10-15T07:31:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:31:51.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:31:51.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:32:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:32:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:32:42.023Z||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.
2021-10-15T07:32:42.023Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:32:42.023Z||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.
2021-10-15T07:32:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:32:51.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:32:51.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:33:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:33:42.018Z||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.
2021-10-15T07:33:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:33:42.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:33:42.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:33:42.021Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:33:51.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:33:51.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:34:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:34:42.018Z||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.
2021-10-15T07:34:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:34:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:34:42.019Z||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.
2021-10-15T07:34:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:34:51.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:34:51.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:35:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:35:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:35:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:35:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:35:42.020Z||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.
2021-10-15T07:35:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:35:51.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:35:51.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:36:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:36:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:36:42.023Z||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.
2021-10-15T07:36:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:36:42.023Z||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.
2021-10-15T07:36:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:36:51.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:36:51.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:37:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:37:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:37:42.024Z||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.
2021-10-15T07:37:42.024Z||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.
2021-10-15T07:37:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:37:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:37:51.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:37:51.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:38:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:38:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:38:42.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:38:42.022Z||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.
2021-10-15T07:38:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:38:42.022Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:38:51.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:38:51.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:39:42.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:39:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:39:42.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:39:42.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:39:42.022Z||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.
2021-10-15T07:39:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:39:51.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:39:51.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:40:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:40:42.018Z||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.
2021-10-15T07:40:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:40:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:40:42.020Z||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.
2021-10-15T07:40:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:40:51.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:40:51.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:41:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:41:42.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:41:42.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:41:42.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:41:42.026Z||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.
2021-10-15T07:41:42.026Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:41:51.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:41:51.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:42:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:42:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:42:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:42:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:42:42.020Z||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.
2021-10-15T07:42:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:42:51.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:42:51.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:43:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:43:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:43:42.023Z||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.
2021-10-15T07:43:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:43:42.023Z||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.
2021-10-15T07:43:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:43:51.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:43:51.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:44:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:44:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:44:42.022Z||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.
2021-10-15T07:44:42.022Z||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.
2021-10-15T07:44:42.022Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:44:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:44:51.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:44:51.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:45:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:45:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:45:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:45:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:45:42.020Z||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.
2021-10-15T07:45:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:45:51.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:45:51.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:46:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:46:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:46:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:46:42.020Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:46:42.020Z||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.
2021-10-15T07:46:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:46:51.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:46:51.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:47:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:47:42.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:47:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:47:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:47:42.020Z||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.
2021-10-15T07:47:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:47:51.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:47:51.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:48:42.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:48:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:48:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:48:42.020Z||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.
2021-10-15T07:48:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:48:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:48:51.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:48:51.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:49:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:49:42.022Z||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.
2021-10-15T07:49:42.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:49:42.023Z||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.
2021-10-15T07:49:42.023Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:49:42.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:49:51.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:49:51.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:50:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:50:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:50:42.023Z||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.
2021-10-15T07:50:42.023Z||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.
2021-10-15T07:50:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:50:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:50:51.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:50:51.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:51:42.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:51:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:51:42.027Z||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.
2021-10-15T07:51:42.027Z||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.
2021-10-15T07:51:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:51:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:51:51.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:51:51.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:52:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:52:42.018Z||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.
2021-10-15T07:52:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:52:42.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:52:42.020Z||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.
2021-10-15T07:52:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:52:51.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:52:51.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:53:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:53:42.018Z||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.
2021-10-15T07:53:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:53:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:53:42.020Z||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.
2021-10-15T07:53:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:53:51.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:53:51.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:54:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:54:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:54:42.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:54:42.020Z||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.
2021-10-15T07:54:42.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:54:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:54:51.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:54:51.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:55:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:55:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:55:42.023Z||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.
2021-10-15T07:55:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:55:42.023Z||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.
2021-10-15T07:55:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:55:51.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:55:51.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:56:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:56:42.018Z||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.
2021-10-15T07:56:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:56:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:56:42.020Z||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.
2021-10-15T07:56:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:56:51.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:56:51.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:57:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:57:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:57:42.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T07:57:42.019Z||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.
2021-10-15T07:57:42.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T07:57:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:57:51.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:57:51.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:58:42.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:58:42.024Z||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.
2021-10-15T07:58:42.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:58:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:58:42.025Z||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.
2021-10-15T07:58:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:58:51.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:58:51.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:59:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:59:42.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T07:59:42.023Z||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.
2021-10-15T07:59:42.023Z||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.
2021-10-15T07:59:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:59:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T07:59:51.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T07:59:51.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:00:42.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:00:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:00:42.022Z||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.
2021-10-15T08:00:42.022Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:00:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:00:42.022Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:00:51.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:00:51.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:01:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:01:42.022Z||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.
2021-10-15T08:01:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:01:42.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:01:42.026Z||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.
2021-10-15T08:01:42.027Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:01:51.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:01:51.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:02:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:02:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:02:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:02:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:02:42.019Z||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.
2021-10-15T08:02:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:02:51.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:02:51.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:03:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:03:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:03:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:03:42.021Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:03:42.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:03:42.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:03:51.570Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:03:51.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:04:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:04:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:04:42.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:04:42.021Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:04:42.024Z||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.
2021-10-15T08:04:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:04:51.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:04:51.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:05:42.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:05:42.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:05:42.020Z||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.
2021-10-15T08:05:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:05:42.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:05:42.021Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:05:51.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:05:51.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:06:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:06:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:06:42.020Z||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.
2021-10-15T08:06:42.021Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:06:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:06:42.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:06:51.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:06:51.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:42.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:07:42.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:07:42.020Z||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.
2021-10-15T08:07:42.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:07:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:42.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b44f5ab-7525-4671-8d51-7ae28e6b4486","serviceName":"vFW 2021-10-15 08-05-00","serviceVersion":"1.0","serviceUUID":"bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0","serviceDescription":"catalog service description","serviceInvariantUUID":"3c823267-8614-49b4-9941-549302d9abc6","resources":[{"resourceInstanceName":"vFW 2b541d28-7e00 0","resourceName":"vFW 2b541d28-7e00","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51dec1eb-1068-4495-ba2b-4d0fc8f98a7d","resourceInvariantUUID":"8730b06d-6ea7-4ea7-9d9d-91bc641d0855","resourceCustomizationUUID":"59ca64ba-725f-4d07-8ea8-18f61eac9d1b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml","artifactChecksum":"OWM0MTdmN2EzMGZhN2Y2ODgxZTFkZGRlNGMyMzMxNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de116d51-8d47-4024-90db-e9a5e97ad92f","artifactVersion":"1"},{"artifactName":"vfw2b541d287e000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json","artifactChecksum":"Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b556bb0e-01b6-43b9-9294-60362807e023","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76fa35cd-5d8d-4191-989e-f3fc056d08b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml","artifactChecksum":"YTNlODA3MDU2OTI0OGMxZWJmMWJmNDc2ZWE4ZWNlM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de3a7ed6-7703-414e-aeca-7f9ac161ac7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88425239-4088-411a-b469-e8ae40f236bc","artifactVersion":"2","generatedFromUUID":"76fa35cd-5d8d-4191-989e-f3fc056d08b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211015080500-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml","artifactChecksum":"YmRmYWZkZDcxNjg5ZmM4NmZiOGVjMjM4ZjI2NmE2OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fef72a7-148e-4a30-9bb8-717eb13a5434","artifactVersion":"1"},{"artifactName":"service-Vfw20211015080500-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar","artifactChecksum":"NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aca53353-cd2d-4806-9249-b1216ef43b46","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:07:42.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:42.683Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:42.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:42.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:42.717Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:42.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-15T08:07:42.817Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-15T08:07:42.823Z||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.
2021-10-15T08:07:42.823Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:42.840Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:42.841Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:43.727Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:43.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:43.732Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:43.732Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:07:43.833Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:07:43.834Z||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.
2021-10-15T08:07:43.834Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:43.847Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:43.855Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2021-10-15T08:07:44.732Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:44.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:44.735Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:44.735Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:07:44.836Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:44.837Z||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.
2021-10-15T08:07:44.837Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:44.855Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:44.856Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:45.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:45.742Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:45.750Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:45.750Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:45.851Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:45.853Z||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.
2021-10-15T08:07:45.854Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:45.869Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:45.869Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:46.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:46.752Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:46.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:46.754Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-15T08:07:46.854Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-15T08:07:46.856Z||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.
2021-10-15T08:07:46.856Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:46.892Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:46.893Z||pool-7-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:47.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:47.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:47.765Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:47.765Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:07:47.872Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-15T08:07:47.873Z||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.
2021-10-15T08:07:47.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:47.895Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:47.896Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-10-15T08:07:48.766Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:07:48.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:48.769Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:48.769Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:07:48.869Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:48.870Z||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.
2021-10-15T08:07:48.870Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:48.881Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:48.882Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:49.772Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"serviceName": "vFW 2021-10-15 08-05-00",
"serviceVersion": "1.0",
"serviceUUID": "bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3c823267-8614-49b4-9941-549302d9abc6",
"resources": [
{
"resourceInstanceName": "vFW 2b541d28-7e00 0",
"resourceCustomizationUUID": "59ca64ba-725f-4d07-8ea8-18f61eac9d1b",
"resourceName": "vFW 2b541d28-7e00",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "51dec1eb-1068-4495-ba2b-4d0fc8f98a7d",
"resourceInvariantUUID": "8730b06d-6ea7-4ea7-9d9d-91bc641d0855",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2b541d287e000_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"artifactChecksum": "Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b556bb0e-01b6-43b9-9294-60362807e023",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "76fa35cd-5d8d-4191-989e-f3fc056d08b4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88425239-4088-411a-b469-e8ae40f236bc",
"generatedFromUUID": "76fa35cd-5d8d-4191-989e-f3fc056d08b4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88425239-4088-411a-b469-e8ae40f236bc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211015080500-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"artifactChecksum": "NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aca53353-cd2d-4806-9249-b1216ef43b46"
}
],
"workloadContext": "Production"
}
2021-10-15T08:07:49.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:07:49.775Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0 ASDC
2021-10-15T08:07:49.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5b44f5ab-7525-4671-8d51-7ae28e6b4486
ServiceName:vFW 2021-10-15 08-05-00
ServiceVersion:1.0
ServiceUUID:bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
ServiceInvariantUUID:3c823267-8614-49b4-9941-549302d9abc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211015080500-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
ArtifactUUID:aca53353-cd2d-4806-9249-b1216ef43b46
ArtifactChecksum:NTFmNGFiMjJkMzllODkxYmNiM2E5NWQ3ZTgzYjdiM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2b541d28-7e00 0
ResourceCustomizationUUID:59ca64ba-725f-4d07-8ea8-18f61eac9d1b
ResourceInvariantUUID:8730b06d-6ea7-4ea7-9d9d-91bc641d0855
ResourceName:vFW 2b541d28-7e00
ResourceType:VF
ResourceUUID:51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2b541d287e000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
ArtifactUUID:b556bb0e-01b6-43b9-9294-60362807e023
ArtifactChecksum:Mjc1YTQyMTZjZjY3OWE2Mzc4MWFiY2JlMGNmNmQ4YmQ=
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
ArtifactUUID:76fa35cd-5d8d-4191-989e-f3fc056d08b4
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
ArtifactUUID:88425239-4088-411a-b469-e8ae40f236bc
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/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
ArtifactUUID:88425239-4088-411a-b469-e8ae40f236bc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-15T08:07:49.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0 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 (?, ?, ?, ?, ?)
2021-10-15T08:07:50.251Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:07:50.253Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:50.255Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:50.255Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aca53353-cd2d-4806-9249-b1216ef43b46 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.256Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:50.257Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.493Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:50.511Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar aca53353-cd2d-4806-9249-b1216ef43b46 98700
2021-10-15T08:07:50.513Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar ASDC sendASDCNotification
2021-10-15T08:07:50.513Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:50.514Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:50.515Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:50.517Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:50.517Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285270511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:07:50.617Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:07:50.618Z||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.
2021-10-15T08:07:50.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:50.630Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:50.630Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:51.519Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:07:51.523Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-15T08:07:51.524Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: aca53353-cd2d-4806-9249-b1216ef43b46, URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar to file: /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.524Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.619Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:51.619Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:52.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16487219559870507768/Definitions/service-Vfw20211015080500-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-15T08:07:55.707Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:07:55.715Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-15T08:07:55.715Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.716Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2b541d28-7e00 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-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211015080500-csar.csar
2021-10-15T08:07:55.717Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-15T08:07:55.724Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.726Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.730Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.730Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-15T08:07:55.732Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:07:55.733Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.733Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.734Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.739Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.740Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.741Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.742Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.744Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:55.745Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.746Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=39c03578-19d7-4076-86d8-4bc16da0139b
2021-10-15T08:07:55.747Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.748Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.749Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=afc8f4a1-76b8-46a1-8409-0af03132683d
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:55.750Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:55.751Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65002e26-bcd6-438d-a579-90302b47057b
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.752Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:55.753Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-15 08-05-00
Description:catalog service description
Model UUID:bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
Model Version:NULL
Model InvariantUuid:3c823267-8614-49b4-9941-549302d9abc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2b541d28-7e00
Model UUID:bf04c2de-10ae-4c40-9778-fa05151a3c07
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8730b06d-6ea7-4ea7-9d9d-91bc641d0855
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:59ca64ba-725f-4d07-8ea8-18f61eac9d1b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a09e742-8ecc-494f-8374-07bb468dfb4b
ModelName:Vfw2b541d287e00..base_vfw..module-0
ModelUuid:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:39c03578-19d7-4076-86d8-4bc16da0139b
ModelInvariantUuid:b95a6d6f-ffa6-433a-9387-8ca8aacebf7e
ModelName:vFW 2b541d28-7e00-nodes.vfwCvfc
ModelUuid:0a18c46a-fd14-4e41-b558-c207a806159a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4f18b312-ad84-424d-8e86-11b489ca98e6
ModelInvariantUuid:9d6bf0ea-2cd0-46b1-a88c-8b6ce870db2f
ModelName:Vfw2b541d287e00.compute.nodes.heat.vfw
ModelUuid:dfca11b6-9933-44f9-b448-d677be91db4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:afc8f4a1-76b8-46a1-8409-0af03132683d
ModelInvariantUuid:7a4e32cf-4a4c-47be-8235-91743d5d5e26
ModelName:vFW 2b541d28-7e00-nodes.vsnCvfc
ModelUuid:3379922a-fd6a-4588-bbe0-8371c82ffccc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:70c7f859-80f4-4ad4-8264-94212dfa1872
ModelInvariantUuid:ede675d5-dd9e-4e26-b51b-90ec222f45f1
ModelName:Vfw2b541d287e00.compute.nodes.heat.vsn
ModelUuid:30dd6cc0-901a-49c7-a1d8-d0399cf9367a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:65002e26-bcd6-438d-a579-90302b47057b
ModelInvariantUuid:94dd178d-d1ca-4f4d-9bc8-c5256c34d14e
ModelName:vFW 2b541d28-7e00-nodes.vpgCvfc
ModelUuid:1fe2f68f-e374-4896-ae70-8c132f1f7ca8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4bd3a958-6aae-4875-b398-f8d56d035133
ModelInvariantUuid:0f56e0af-80e2-4f14-99a9-8e0ddb2d3915
ModelName:Vfw2b541d287e00.compute.nodes.heat.vpg
ModelUuid:156f0131-e591-4e23-a882-b2e821427838
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-15T08:07:55.780Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:07:55.939Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||vFW 2b541d28-7e00 0
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b556bb0e-01b6-43b9-9294-60362807e023 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:55.947Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:55.948Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:56.080Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json b556bb0e-01b6-43b9-9294-60362807e023 785
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json ASDC sendASDCNotification
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:56.081Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:56.082Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:56.087Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:56.088Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285276081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:07:56.188Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:56.189Z||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.
2021-10-15T08:07:56.189Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:56.202Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:56.203Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:57.090Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2b541d287e00..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a09e742-8ecc-494f-8374-07bb468dfb4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ee0e32a-0bb3-46b1-9ea8-4f38717c1620",
"vfModuleModelCustomizationUUID": "6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db",
"isBase": true,
"artifacts": [
"76fa35cd-5d8d-4191-989e-f3fc056d08b4",
"88425239-4088-411a-b469-e8ae40f236bc"
],
"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": ""
}
}
]
2021-10-15T08:07:57.115Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b541d287e00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
VfModuleModelInvariantUUID:4a09e742-8ecc-494f-8374-07bb468dfb4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
76fa35cd-5d8d-4191-989e-f3fc056d08b4
,
88425239-4088-411a-b469-e8ae40f236bc
}
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
}
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2b541d287e00..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a09e742-8ecc-494f-8374-07bb468dfb4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ee0e32a-0bb3-46b1-9ea8-4f38717c1620",
"vfModuleModelCustomizationUUID": "6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db",
"isBase": true,
"artifacts": [
"76fa35cd-5d8d-4191-989e-f3fc056d08b4",
"88425239-4088-411a-b469-e8ae40f236bc"
],
"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": ""
}
}
]
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b541d287e00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ee0e32a-0bb3-46b1-9ea8-4f38717c1620
VfModuleModelInvariantUUID:4a09e742-8ecc-494f-8374-07bb468dfb4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
76fa35cd-5d8d-4191-989e-f3fc056d08b4
,
88425239-4088-411a-b469-e8ae40f236bc
}
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
}
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76fa35cd-5d8d-4191-989e-f3fc056d08b4 from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:57.119Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.289Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:57.290Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml 76fa35cd-5d8d-4191-989e-f3fc056d08b4 20368
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:57.291Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:57.293Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:57.293Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285277290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:07:57.393Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:57.394Z||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.
2021-10-15T08:07:57.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:57.410Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:57.411Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:07:58.294Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 88425239-4088-411a-b469-e8ae40f236bc from URL: /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.295Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-15T08:07:58.295Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.384Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env 88425239-4088-411a-b469-e8ae40f236bc 2098
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:07:58.385Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:07:58.386Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:58.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:58.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285278385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:07:58.489Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:07:58.490Z||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.
2021-10-15T08:07:58.490Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:58.501Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:58.501Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:07:59.389Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
2021-10-15T08:07:59.390Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2b541d28-7e00 0 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:07:59.432Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66b25e89, org.onap.sdc.toscaparser.api.parameters.Input@22f317a2, org.onap.sdc.toscaparser.api.parameters.Input@5c97cb9d, org.onap.sdc.toscaparser.api.parameters.Input@5ec17b41, org.onap.sdc.toscaparser.api.parameters.Input@2a732006]
2021-10-15T08:07:59.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.436Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 59ca64ba-725f-4d07-8ea8-18f61eac9d1b
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b matches Tosca VF Customization UUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b
2021-10-15T08:07:59.437Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 59ca64ba-725f-4d07-8ea8-18f61eac9d1b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-15T08:07:59.448Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.448Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 59ca64ba-725f-4d07-8ea8-18f61eac9d1b: {\"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\"}
2021-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ce6cd19
2021-10-15T08:07:59.449Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.450Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:07:59.450Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db
2021-10-15T08:07:59.451Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a9db24c-9e1e-409f-b2a1-2a1f51e8d0db
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-15T08:07:59.456Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.457Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.457Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.458Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:59.459Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:59.460Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.461Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=39c03578-19d7-4076-86d8-4bc16da0139b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.471Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.472Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-15T08:07:59.473Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.474Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=afc8f4a1-76b8-46a1-8409-0af03132683d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.476Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-15T08:07:59.480Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-15T08:07:59.481Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-15T08:07:59.482Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65002e26-bcd6-438d-a579-90302b47057b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-15T08:07:59.485Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.485Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Node template vFW 2b541d28-7e00 0 is matching search criteria
2021-10-15T08:07:59.486Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2b541d28-7e00 0] matching following query criteria: sdcType=VF, customizationUUID=59ca64ba-725f-4d07-8ea8-18f61eac9d1b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0: vFW 2b541d28-7e00
2021-10-15T08:07:59.489Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.490Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:07:59.491Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-15 08-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:07:59.492Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-10-15 08-05-00
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-15T08:07:59.840Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2b541d28-7e00 51dec1eb-1068-4495-ba2b-4d0fc8f98a7d 1 ASDC deployResourceStructure
2021-10-15T08:07:59.841Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json ASDC sendASDCNotification
2021-10-15T08:07:59.841Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json
2021-10-15T08:07:59.842Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:07:59.842Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:07:59.845Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:07:59.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285279841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:07:59.951Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-15T08:07:59.952Z||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.
2021-10-15T08:07:59.952Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:07:59.966Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:07:59.966Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:00.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:00.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:00.850Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:00.850Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285280846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-15T08:08:00.951Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:08:00.952Z||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.
2021-10-15T08:08:00.952Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:00.964Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:08:00.965Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:08:01.851Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-15T08:08:01.852Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env
2021-10-15T08:08:01.855Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:01.856Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:01.866Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:01.866Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285281851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-15T08:08:01.960Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-15T08:08:01.961Z||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.
2021-10-15T08:08:01.961Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:01.971Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:08:01.972Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:02.867Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar ASDC sendASDCNotification
2021-10-15T08:08:02.867Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar
2021-10-15T08:08:02.868Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:08:02.868Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:08:02.870Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:08:02.871Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:08:02.971Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:08:02.972Z||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.
2021-10-15T08:08:02.972Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:02.982Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:08:02.983Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:08:03.873Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:08:03.905Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:08:03.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:08:03.907Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:08:03.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:08:33.908Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:08:33.919Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:08:33.921Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:08:33.922Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:08:33.922Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:08:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:08:42.020Z||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.
2021-10-15T08:08:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:08:42.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:08:42.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:08:42.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:08:42.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:03.923Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:09:03.952Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:09:03.955Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:09:03.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:09:03.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:09:33.956Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:09:33.968Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-15T08:09:33.971Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-15T08:09:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:09:42.022Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:09:42.022Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:09:42.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:09:42.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "dcae-sch",
"timestamp": 1634285253470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285252353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285251169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285254656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285255858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285268157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285268171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285268197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285262018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285262147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285269208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "cds",
"timestamp": 1634285269206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-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=?
2021-10-15T08:09:42.587Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.588Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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 (?, ?, ?, ?, ?)
2021-10-15T08:09:42.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285269451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "policy-id",
"timestamp": 1634285270214,
"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=?
2021-10-15T08:09:42.612Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.612Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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 (?, ?, ?, ?, ?)
2021-10-15T08:09:42.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285270326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285270511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285270676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285272127,
"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=?
2021-10-15T08:09:42.629Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.629Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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=?
2021-10-15T08:09:42.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285266164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285273139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285274095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285267464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285275394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285275809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285276081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285276102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285276820,
"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=?
2021-10-15T08:09:42.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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 (?, ?, ?, ?, ?)
2021-10-15T08:09:42.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "clamp",
"timestamp": 1634285277110,
"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=?
2021-10-15T08:09:42.661Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.661Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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 (?, ?, ?, ?, ?)
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285277290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285278385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285279841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/vfw2b541d287e000_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285280846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285281851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/resourceInstances/vfw2b541d287e000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285282867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285292055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211015080500/1.0/artifacts/service-Vfw20211015080500-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-15T08:09:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "aai-ml",
"timestamp": 1634285293060,
"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=?
2021-10-15T08:09:42.681Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b44f5ab-7525-4671-8d51-7ae28e6b4486
2021-10-15T08:09:42.682Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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 (?, ?, ?, ?, ?)
2021-10-15T08:10:03.972Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:10:03.989Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486
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=?
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:10:03.992Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:10:03.993Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-15T08:10:04.000Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:10:34.002Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486 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=?
2021-10-15T08:10:34.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b44f5ab-7525-4671-8d51-7ae28e6b4486 and serviceModelVersionId: bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0
2021-10-15T08:10:34.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c823267-8614-49b4-9941-549302d9abc6
2021-10-15T08:10:42.019Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:10:42.020Z||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.
2021-10-15T08:10:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:10:50.479Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0
2021-10-15T08:10:50.610Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:10:51.166Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|INFO|500||Invoke
2021-10-15T08:10:51.175Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9591c5f9-be33-4efa-a6f3-ba91f3f052e4], X-ECOMP-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], X-TransactionId=[], X-ONAP-RequestID=[5b44f5ab-7525-4671-8d51-7ae28e6b4486], Content-Type=[application/merge-patch+json]}
2021-10-15T08:10:51.314Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-15T08:10:51.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:10:51.819Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:10:51:300-77438], vertex-id=[188608], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:10:51 GMT], Content-Type=[application/json]}
2021-10-15T08:10:51.821Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:10:51.822Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3c823267-8614-49b4-9941-549302d9abc6/model-vers/model-ver/bfb7c3a2-fcc4-4c11-aee0-36ba553a2fa0?depth=0|INFO|500||InvokeReturn
2021-10-15T08:10:51.827Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:10:51.834Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:10:51.843Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-15T08:10:51.844Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b44f5ab-7525-4671-8d51-7ae28e6b4486 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:10:51.846Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:10:51.847Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:10:51.849Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:10:51.849Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285451845,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:10:51.949Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:10:51.951Z||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.
2021-10-15T08:10:51.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:10:51.968Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:10:51.969Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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=?
2021-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:10:52.885Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:03.141Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:11:03.142Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:03.143Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:11:03.143Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:12.706Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:11:12.712Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:12.713Z||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.
2021-10-15T08:11:12.714Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:22.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:11:42.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:11:42.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:11:42.020Z||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.
2021-10-15T08:11:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:42.020Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:11:42.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:11:42.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:11:42.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b44f5ab-7525-4671-8d51-7ae28e6b4486",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285451845,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:11:42.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:11:51.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:12:42.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:12:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:12:42.024Z||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.
2021-10-15T08:12:42.024Z||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.
2021-10-15T08:12:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:12:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:12:51.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:12:51.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:13:42.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:13:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:13:42.023Z||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.
2021-10-15T08:13:42.023Z||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.
2021-10-15T08:13:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:13:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:13:51.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:13:51.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:42.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:14:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:14:42.021Z||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.
2021-10-15T08:14:42.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:14:42.022Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.022Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:42.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"964d653f-1c93-4ce1-8a2e-84bfb8a14000","serviceName":"basic_onboard_mWvedl","serviceVersion":"1.0","serviceUUID":"fe867a11-7dc3-4cc9-8024-cbac1937e418","serviceDescription":"service","serviceInvariantUUID":"4c84a633-66aa-4039-8731-91cf9f96fa22","resources":[{"resourceInstanceName":"basic_onboard_mWvedl 0","resourceName":"basic_onboard_mWvedl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22425faa-f188-4628-9601-6758335a4caf","resourceInvariantUUID":"d1d70796-d9be-4e15-b6e4-b8ea4298a1bc","resourceCustomizationUUID":"5cfbd49f-511b-4404-8f0c-908b871cbba1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml","artifactChecksum":"MmEzZjUzOTlhNmQ4ZTc5ZTY3Y2Q4OTBmMDYzMTQ0ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f15bd082-d882-4f2e-b8bf-db3e3640de00","artifactVersion":"1"},{"artifactName":"basic_onboard_mwvedl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json","artifactChecksum":"YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625af36c-418e-4096-b585-b8326b28d23c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9170265e-8cd6-4bb3-b49a-d8ec7e28735a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"946d7978-1fef-4d90-b825-33aa3df74cd6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a7d5659-b814-4913-9588-0d8131412e30","artifactVersion":"2","generatedFromUUID":"9170265e-8cd6-4bb3-b49a-d8ec7e28735a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMwvedl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml","artifactChecksum":"ZGM1MWMyYzRjMWRhZTA3YjljMDg4NjU0OWM4MzE5NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a85583ca-c07c-4c69-9c2b-3a33cfd53e3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMwvedl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar","artifactChecksum":"MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a390ecf-deed-42ad-8aa3-f7bfa535c21d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:14:42.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:42.670Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:42.670Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:42.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.677Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:42.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.677Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285630857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "ves-openapi-manager",
"timestamp": 1634285626164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285627463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "dcae-sch",
"timestamp": 1634285633470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285632354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285631167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285642309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285642347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285642470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285642537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "cds",
"timestamp": 1634285643316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-15T08:14:42.777Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 28 ms
2021-10-15T08:14:42.778Z||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.
2021-10-15T08:14:42.778Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:42.793Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
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=?
2021-10-15T08:14:42.793Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-15T08:14:42.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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 (?, ?, ?, ?, ?)
2021-10-15T08:14:42.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285643477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285643715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "policy-id",
"timestamp": 1634285644480,
"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=?
2021-10-15T08:14:42.852Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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 (?, ?, ?, ?, ?)
2021-10-15T08:14:42.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285644851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285645879,
"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=?
2021-10-15T08:14:42.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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=?
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634285646882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:42.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285650751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285644658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "aai-ml",
"timestamp": 1634285651755,
"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=?
2021-10-15T08:14:42.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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 (?, ?, ?, ?, ?)
2021-10-15T08:14:42.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285657155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:42.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285652147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:14:42.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285659163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "clamp",
"timestamp": 1634285660166,
"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=?
2021-10-15T08:14:42.916Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.917Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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 (?, ?, ?, ?, ?)
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285660230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285662810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:14:42.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634285663815,
"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=?
2021-10-15T08:14:42.933Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 964d653f-1c93-4ce1-8a2e-84bfb8a14000
2021-10-15T08:14:42.933Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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 (?, ?, ?, ?, ?)
2021-10-15T08:14:43.750Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:43.751Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:43.753Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:43.753Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:14:43.854Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:43.856Z||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.
2021-10-15T08:14:43.857Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:43.867Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:43.867Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:44.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:44.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:44.760Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:44.761Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:14:44.858Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-15T08:14:44.859Z||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.
2021-10-15T08:14:44.859Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:44.871Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:44.872Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:45.761Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:45.762Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:45.770Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:45.770Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:45.870Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:45.871Z||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.
2021-10-15T08:14:45.872Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:45.886Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:45.887Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:46.771Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:46.773Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:46.775Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:46.775Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-15T08:14:46.875Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:46.876Z||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.
2021-10-15T08:14:46.877Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:46.889Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:46.890Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:47.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:47.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:47.779Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:47.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:14:47.879Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:47.880Z||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.
2021-10-15T08:14:47.880Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:47.890Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:47.891Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:48.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:14:48.781Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:48.783Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:48.783Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:14:48.886Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-15T08:14:48.887Z||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.
2021-10-15T08:14:48.888Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:48.903Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:48.903Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:49.785Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"serviceName": "basic_onboard_mWvedl",
"serviceVersion": "1.0",
"serviceUUID": "fe867a11-7dc3-4cc9-8024-cbac1937e418",
"serviceDescription": "service",
"serviceInvariantUUID": "4c84a633-66aa-4039-8731-91cf9f96fa22",
"resources": [
{
"resourceInstanceName": "basic_onboard_mWvedl 0",
"resourceCustomizationUUID": "5cfbd49f-511b-4404-8f0c-908b871cbba1",
"resourceName": "basic_onboard_mWvedl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22425faa-f188-4628-9601-6758335a4caf",
"resourceInvariantUUID": "d1d70796-d9be-4e15-b6e4-b8ea4298a1bc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mwvedl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"artifactChecksum": "YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "625af36c-418e-4096-b585-b8326b28d23c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a7d5659-b814-4913-9588-0d8131412e30",
"generatedFromUUID": "9170265e-8cd6-4bb3-b49a-d8ec7e28735a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a7d5659-b814-4913-9588-0d8131412e30",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMwvedl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"artifactChecksum": "MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2a390ecf-deed-42ad-8aa3-f7bfa535c21d"
}
],
"workloadContext": "Production"
}
2021-10-15T08:14:49.786Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:14:49.786Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe867a11-7dc3-4cc9-8024-cbac1937e418 ASDC
2021-10-15T08:14:49.787Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:964d653f-1c93-4ce1-8a2e-84bfb8a14000
ServiceName:basic_onboard_mWvedl
ServiceVersion:1.0
ServiceUUID:fe867a11-7dc3-4cc9-8024-cbac1937e418
ServiceInvariantUUID:4c84a633-66aa-4039-8731-91cf9f96fa22
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMwvedl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
ArtifactUUID:2a390ecf-deed-42ad-8aa3-f7bfa535c21d
ArtifactChecksum:MTQ4ODU2N2NkZDEzMWQyY2IwOWFjMzg1YzQwODYxMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mWvedl 0
ResourceCustomizationUUID:5cfbd49f-511b-4404-8f0c-908b871cbba1
ResourceInvariantUUID:d1d70796-d9be-4e15-b6e4-b8ea4298a1bc
ResourceName:basic_onboard_mWvedl
ResourceType:VF
ResourceUUID:22425faa-f188-4628-9601-6758335a4caf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mwvedl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
ArtifactUUID:625af36c-418e-4096-b585-b8326b28d23c
ArtifactChecksum:YzQ4YTU5MmVjNWI2MjI2ZDIzNGQ4MDgxMWIwMGYxZWQ=
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9170265e-8cd6-4bb3-b49a-d8ec7e28735a
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
ArtifactUUID:2a7d5659-b814-4913-9588-0d8131412e30
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/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
ArtifactUUID:2a7d5659-b814-4913-9588-0d8131412e30
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-15T08:14:49.787Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe867a11-7dc3-4cc9-8024-cbac1937e418 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=?
2021-10-15T08:14:49.823Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a390ecf-deed-42ad-8aa3-f7bfa535c21d from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:49.824Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:49.825Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:50.280Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:50.283Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar 2a390ecf-deed-42ad-8aa3-f7bfa535c21d 71360
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar ASDC sendASDCNotification
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:50.284Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:50.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:50.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285690284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:50.387Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:50.388Z||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.
2021-10-15T08:14:50.388Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:50.398Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:50.398Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:51.287Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:14:51.289Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-15T08:14:51.290Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2a390ecf-deed-42ad-8aa3-f7bfa535c21d, URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar to file: /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.290Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.291Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.291Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:51.602Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13887769604874072694/Definitions/service-BasicOnboardMwvedl-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
2021-10-15T08:14:52.979Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:14:52.979Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mWvedl 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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.980Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.981Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.982Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.983Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.984Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.985Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:52.986Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=434768a8-346e-485e-9e5e-30fd7afca52b
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.987Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:52.988Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mWvedl
Description:service
Model UUID:fe867a11-7dc3-4cc9-8024-cbac1937e418
Model Version:NULL
Model InvariantUuid:4c84a633-66aa-4039-8731-91cf9f96fa22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mWvedl
Model UUID:164c3834-c2b1-40ad-be92-0b936e53e870
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1d70796-d9be-4e15-b6e4-b8ea4298a1bc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5cfbd49f-511b-4404-8f0c-908b871cbba1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
ModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
ModelUuid:11621140-2d5f-4347-84e7-f19dc41ae985
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:434768a8-346e-485e-9e5e-30fd7afca52b
ModelInvariantUuid:25700689-c9fc-431b-812c-07d0f57964eb
ModelName:basic_onboard_mWvedl-nodes.ubuntu18Cvfc
ModelUuid:0b69e0f3-3dcb-47ed-bb4a-9267aca9dcab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9b534691-45b4-4436-9d4a-573036b628f0
ModelInvariantUuid:c7b349f1-780e-49e3-ade7-cef4ab54690b
ModelName:BasicOnboardMwvedl.compute.nodes.heat.ubuntu18
ModelUuid:abdfca1f-e73b-47f0-b7bd-48f44a4c09e6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-15T08:14:52.997Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22425faa-f188-4628-9601-6758335a4caf
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||basic_onboard_mWvedl 0
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22425faa-f188-4628-9601-6758335a4caf
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 625af36c-418e-4096-b585-b8326b28d23c from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.003Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:53.004Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json 625af36c-418e-4096-b585-b8326b28d23c 798
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json ASDC sendASDCNotification
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:53.360Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:53.361Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:53.363Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:53.363Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285693360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:53.463Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:53.464Z||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.
2021-10-15T08:14:53.464Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:53.477Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:53.478Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:54.364Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMwvedl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "11621140-2d5f-4347-84e7-f19dc41ae985",
"vfModuleModelCustomizationUUID": "40ada2d6-fbda-489a-b572-2e3d550ec8f9",
"isBase": true,
"artifacts": [
"9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
"2a7d5659-b814-4913-9588-0d8131412e30"
],
"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": ""
}
}
]
2021-10-15T08:14:54.369Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11621140-2d5f-4347-84e7-f19dc41ae985
VfModuleModelInvariantUUID:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9170265e-8cd6-4bb3-b49a-d8ec7e28735a
,
2a7d5659-b814-4913-9588-0d8131412e30
}
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
}
2021-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMwvedl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "11621140-2d5f-4347-84e7-f19dc41ae985",
"vfModuleModelCustomizationUUID": "40ada2d6-fbda-489a-b572-2e3d550ec8f9",
"isBase": true,
"artifacts": [
"9170265e-8cd6-4bb3-b49a-d8ec7e28735a",
"2a7d5659-b814-4913-9588-0d8131412e30"
],
"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": ""
}
}
]
2021-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMwvedl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11621140-2d5f-4347-84e7-f19dc41ae985
VfModuleModelInvariantUUID:755f9ff7-0f8f-4e94-9d7b-b5041d2ee78b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9170265e-8cd6-4bb3-b49a-d8ec7e28735a
,
2a7d5659-b814-4913-9588-0d8131412e30
}
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
}
2021-10-15T08:14:54.371Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9170265e-8cd6-4bb3-b49a-d8ec7e28735a from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.372Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:54.372Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.483Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml 9170265e-8cd6-4bb3-b49a-d8ec7e28735a 5033
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:54.484Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:54.486Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:54.486Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285694484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:54.586Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:14:54.587Z||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.
2021-10-15T08:14:54.587Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:54.597Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:54.597Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a7d5659-b814-4913-9588-0d8131412e30 from URL: /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-15T08:14:55.493Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.591Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env 2a7d5659-b814-4913-9588-0d8131412e30 909
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:55.592Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:14:55.593Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:55.597Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:55.597Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285695592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:14:55.697Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:14:55.698Z||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.
2021-10-15T08:14:55.698Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:55.717Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:55.717Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:14:56.598Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fe867a11-7dc3-4cc9-8024-cbac1937e418
2021-10-15T08:14:56.599Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mWvedl 0 22425faa-f188-4628-9601-6758335a4caf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:14:56.615Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39b9814f, org.onap.sdc.toscaparser.api.parameters.Input@5d22c95c, org.onap.sdc.toscaparser.api.parameters.Input@58820d97, org.onap.sdc.toscaparser.api.parameters.Input@993117, org.onap.sdc.toscaparser.api.parameters.Input@75df7bb2]
2021-10-15T08:14:56.617Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.617Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5cfbd49f-511b-4404-8f0c-908b871cbba1
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1 matches Tosca VF Customization UUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1
2021-10-15T08:14:56.618Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5cfbd49f-511b-4404-8f0c-908b871cbba1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-15T08:14:56.622Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.623Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5cfbd49f-511b-4404-8f0c-908b871cbba1: {\"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\"}
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f02fec4
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.624Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:14:56.625Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40ada2d6-fbda-489a-b572-2e3d550ec8f9
2021-10-15T08:14:56.625Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40ada2d6-fbda-489a-b572-2e3d550ec8f9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-15T08:14:56.628Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.629Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.630Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is not matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-15T08:14:56.631Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=434768a8-346e-485e-9e5e-30fd7afca52b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:14:56.634Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.635Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mWvedl 0 is matching search criteria
2021-10-15T08:14:56.635Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mWvedl 0] matching following query criteria: sdcType=VF, customizationUUID=5cfbd49f-511b-4404-8f0c-908b871cbba1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:14:56.637Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.637Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fe867a11-7dc3-4cc9-8024-cbac1937e418: basic_onboard_mWvedl
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.639Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.640Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mWvedl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:14:56.641Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_mWvedl
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mWvedl 22425faa-f188-4628-9601-6758335a4caf 1 ASDC deployResourceStructure
2021-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json ASDC sendASDCNotification
2021-10-15T08:14:56.739Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json
2021-10-15T08:14:56.740Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:56.740Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:56.742Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:56.742Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285696739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:56.842Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:56.843Z||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.
2021-10-15T08:14:56.844Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:56.854Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:56.855Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml
2021-10-15T08:14:57.743Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:57.744Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:57.756Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:57.756Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285697743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:57.846Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-10-15T08:14:57.847Z||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.
2021-10-15T08:14:57.847Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:57.863Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:57.864Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:58.759Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:58.761Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:58.762Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285698759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:58.872Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-10-15T08:14:58.873Z||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.
2021-10-15T08:14:58.873Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:58.883Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:58.884Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar ASDC sendASDCNotification
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar
2021-10-15T08:14:59.767Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:14:59.768Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:14:59.769Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:14:59.770Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285699767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:14:59.870Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:14:59.871Z||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.
2021-10-15T08:14:59.871Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:14:59.881Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:14:59.881Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:15:00.771Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000
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=?
2021-10-15T08:15:00.782Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000
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=?
2021-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:15:00.785Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:15:00.786Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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=?
2021-10-15T08:15:00.791Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:15:30.791Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000 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=?
2021-10-15T08:15:30.806Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 964d653f-1c93-4ce1-8a2e-84bfb8a14000 and serviceModelVersionId: fe867a11-7dc3-4cc9-8024-cbac1937e418
2021-10-15T08:15:30.806Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c84a633-66aa-4039-8731-91cf9f96fa22
2021-10-15T08:15:30.808Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0
2021-10-15T08:15:30.816Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:15:30.884Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?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]}
2021-10-15T08:15:30.886Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|INFO|500||Invoke
2021-10-15T08:15:30.919Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-15T08:15:31.280Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0|INFO|500||InvokeReturn
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c84a633-66aa-4039-8731-91cf9f96fa22/model-vers/model-ver/fe867a11-7dc3-4cc9-8024-cbac1937e418?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211015-08:15:30:904-82643], vertex-id=[196640], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:15:30 GMT], Content-Type=[application/json]}
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:15:31.282Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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)
2021-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 964d653f-1c93-4ce1-8a2e-84bfb8a14000 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:15:31.292Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:15:31.293Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:15:31.296Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:15:31.296Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285731292,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:15:31.395Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:15:31.396Z||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.
2021-10-15T08:15:31.396Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:31.414Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:15:31.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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=?
2021-10-15T08:15:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:15:42.026Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:15:42.032Z||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.
2021-10-15T08:15:42.032Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:15:42.033Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:42.033Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:15:42.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:15:42.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:15:42.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:15:42.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:15:51.586Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:16:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:16:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:16:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:16:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:16:42.019Z||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.
2021-10-15T08:16:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:16:42.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:16:42.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:16:42.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:16:42.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285682017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285690284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285693360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285694484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285695592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285696739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/basic_onboard_mwvedl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285697743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285698759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/resourceInstances/basic_onboard_mwvedl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285699767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMwvedl/1.0/artifacts/service-BasicOnboardMwvedl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "964d653f-1c93-4ce1-8a2e-84bfb8a14000",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634285731292,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:16:42.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:16:51.571Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:17:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:17:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:17:42.018Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:17:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:17:42.020Z||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.
2021-10-15T08:17:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:17:51.575Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:17:51.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:18:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:18:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:18:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:18:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:18:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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.
2021-10-15T08:18:42.020Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:18:51.561Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:18:51.582Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:19:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:19:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:19:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:19:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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.
2021-10-15T08:19:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:19:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:19:51.571Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:19:51.572Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:20:42.017Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:20:42.019Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:20:42.021Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:20:42.021Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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.
2021-10-15T08:20:42.022Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:20:42.022Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:20:51.571Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:20:51.573Z|5b44f5ab-7525-4671-8d51-7ae28e6b4486|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:21:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:21:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:21:42.024Z||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.
2021-10-15T08:21:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:21:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:21:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:21:51.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:21:51.586Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:22:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:22:42.019Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:22:42.024Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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.
2021-10-15T08:22:42.024Z||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.
2021-10-15T08:22:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:22:42.025Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:22:51.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:22:51.582Z|964d653f-1c93-4ce1-8a2e-84bfb8a14000|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:23:42.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:23:42.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:23:42.030Z||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.
2021-10-15T08:23:42.030Z||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.
2021-10-15T08:23:42.031Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:23:42.031Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:23:51.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:23:51.605Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:24:42.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:24:42.018Z||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.
2021-10-15T08:24:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:24:42.019Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:24:42.020Z||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.
2021-10-15T08:24:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:24:51.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:24:51.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:25:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:25:42.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:25:42.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:25:42.020Z||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.
2021-10-15T08:25:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:25:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:25:51.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:25:51.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:26:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:26:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:26:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:26:42.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:26:42.023Z||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.
2021-10-15T08:26:42.023Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:26:51.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:26:51.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:27:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:27:42.018Z||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.
2021-10-15T08:27:42.018Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:27:42.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:27:42.019Z||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.
2021-10-15T08:27:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:27:51.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:27:51.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:28:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:28:42.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:28:42.020Z||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.
2021-10-15T08:28:42.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:28:42.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:28:42.020Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:28:51.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:28:51.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:42.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:29:42.024Z||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.
2021-10-15T08:29:42.024Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:29:42.025Z||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.
2021-10-15T08:29:42.025Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:42.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1634286546164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6334985c-5ba7-4391-bfab-4b2b454be4ac","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"820e2de5-d9a8-4c68-beb3-8f80ffb02757","serviceDescription":"service","serviceInvariantUUID":"7824fed6-02fd-4483-8c5f-f8dd58cc55c7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"351ca436-7480-4fcd-807e-c847c48f718f","resourceInvariantUUID":"39a63143-42db-40ea-9864-d5d4289dfc6c","resourceCustomizationUUID":"d85ac4d5-22cb-4cab-84e0-a945ab03df0c","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":"MWIyYWQ1ZDg2MzFhYTFlMDQ2ODFkNWNjMzZjZGUyYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9f46053-1c99-4aec-9de1-e05cffce96d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f17203-96af-4d0b-81aa-399e66d79708","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "cds",
"timestamp": 1634286545857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "clamp",
"timestamp": 1634286544658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634286551167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "cds",
"timestamp": 1634286545857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1634286546164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "clamp",
"timestamp": 1634286544658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634286552147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634286551167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "policy-id",
"timestamp": 1634286552354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634286552147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "policy-id",
"timestamp": 1634286552354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "cds",
"timestamp": 1634286554111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "dcae-sch",
"timestamp": 1634286553470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634286555007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "cds",
"timestamp": 1634286555118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-15T08:29:42.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:29:42.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:42.686Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:42.686Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286582017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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 (?, ?, ?, ?, ?)
2021-10-15T08:29:42.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.731Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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 (?, ?, ?, ?, ?)
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "dcae-sch",
"timestamp": 1634286553470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "policy-id",
"timestamp": 1634286555261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "policy-id",
"timestamp": 1634286556275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634286556778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "policy-id",
"timestamp": 1634286557284,
"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=?
2021-10-15T08:29:42.758Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.758Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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 (?, ?, ?, ?, ?)
2021-10-15T08:29:42.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634286557782,
"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=?
2021-10-15T08:29:42.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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 (?, ?, ?, ?, ?)
2021-10-15T08:29:42.786Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:29:42.787Z||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.
2021-10-15T08:29:42.787Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "aai-ml",
"timestamp": 1634286557463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "aai-ml",
"timestamp": 1634286557463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:42.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "aai-ml",
"timestamp": 1634286560542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "clamp",
"timestamp": 1634286561340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:42.799Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "clamp",
"timestamp": 1634286562358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.801Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:42.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "clamp",
"timestamp": 1634286563362,
"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=?
2021-10-15T08:29:42.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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 (?, ?, ?, ?, ?)
2021-10-15T08:29:42.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "aai-ml",
"timestamp": 1634286565341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-15T08:29:42.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "aai-ml",
"timestamp": 1634286566344,
"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=?
2021-10-15T08:29:42.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6334985c-5ba7-4391-bfab-4b2b454be4ac
2021-10-15T08:29:42.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6334985c-5ba7-4391-bfab-4b2b454be4ac 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 (?, ?, ?, ?, ?)
2021-10-15T08:29:43.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:29:43.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:43.690Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:43.690Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286582017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:29:43.790Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:29:43.791Z||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.
2021-10-15T08:29:43.791Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:43.801Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:43.801Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:44.692Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "820e2de5-d9a8-4c68-beb3-8f80ffb02757",
"serviceDescription": "service",
"serviceInvariantUUID": "7824fed6-02fd-4483-8c5f-f8dd58cc55c7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d85ac4d5-22cb-4cab-84e0-a945ab03df0c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "351ca436-7480-4fcd-807e-c847c48f718f",
"resourceInvariantUUID": "39a63143-42db-40ea-9864-d5d4289dfc6c",
"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": "Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87f17203-96af-4d0b-81aa-399e66d79708"
}
],
"workloadContext": "Production"
}
2021-10-15T08:29:44.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:29:44.693Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 820e2de5-d9a8-4c68-beb3-8f80ffb02757 ASDC
2021-10-15T08:29:44.694Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6334985c-5ba7-4391-bfab-4b2b454be4ac
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:820e2de5-d9a8-4c68-beb3-8f80ffb02757
ServiceInvariantUUID:7824fed6-02fd-4483-8c5f-f8dd58cc55c7
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:87f17203-96af-4d0b-81aa-399e66d79708
ArtifactChecksum:Y2MwMWQzNGZjODliYmZjNWNhOWU0MjA1ZWNmMjJkMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d85ac4d5-22cb-4cab-84e0-a945ab03df0c
ResourceInvariantUUID:39a63143-42db-40ea-9864-d5d4289dfc6c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:351ca436-7480-4fcd-807e-c847c48f718f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-15T08:29:44.695Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 820e2de5-d9a8-4c68-beb3-8f80ffb02757 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=?
2021-10-15T08:29:44.722Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87f17203-96af-4d0b-81aa-399e66d79708 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:44.723Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:29:44.724Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:45.476Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:29:45.479Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 87f17203-96af-4d0b-81aa-399e66d79708 52171
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:45.481Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:29:45.482Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:45.484Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:45.484Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286585481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:29:45.584Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:29:45.585Z||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.
2021-10-15T08:29:45.585Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:45.595Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:45.595Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:29:46.487Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:29:46.489Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:29:46.490Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 87f17203-96af-4d0b-81aa-399e66d79708, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.491Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-15T08:29:46.492Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.492Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:46.668Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10661255079862100953/Definitions/service-BasicNetwork-template.yml
2021-10-15T08:29:47.328Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-15T08:29:47.329Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.330Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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
2021-10-15T08:29:47.331Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.332Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.333Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:29:47.334Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.335Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.336Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.337Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:820e2de5-d9a8-4c68-beb3-8f80ffb02757
Model Version:NULL
Model InvariantUuid:7824fed6-02fd-4483-8c5f-f8dd58cc55c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:39a63143-42db-40ea-9864-d5d4289dfc6c
Model UUID:4be05565-6fc6-4d83-b8a0-9cbaa2d12c26
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d85ac4d5-22cb-4cab-84e0-a945ab03df0c
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-15T08:29:47.351Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 351ca436-7480-4fcd-807e-c847c48f718f
2021-10-15T08:29:47.352Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||No resources found for Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:29:47.367Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||
2021-10-15T08:29:47.367Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-15T08:29:47.368Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-15T08:29:47.369Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:29:47.375Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ab26879, org.onap.sdc.toscaparser.api.parameters.Input@42f9d468, org.onap.sdc.toscaparser.api.parameters.Input@3b366248, org.onap.sdc.toscaparser.api.parameters.Input@35ea15b4, org.onap.sdc.toscaparser.api.parameters.Input@7cd242d0]
2021-10-15T08:29:47.377Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.377Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 820e2de5-d9a8-4c68-beb3-8f80ffb02757: Generic NeutronNet
2021-10-15T08:29:47.378Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.379Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-15T08:29:47.423Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:29:47.424Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-15T08:29:47.494Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-15T08:29:47.494Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-15T08:29:47.495Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:29:47.497Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:29:47.497Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286587494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:29:47.597Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:29:47.598Z||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.
2021-10-15T08:29:47.598Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:29:47.615Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:29:47.615Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:29:48.498Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac
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=?
2021-10-15T08:29:48.515Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac
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=?
2021-10-15T08:29:48.517Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.518Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.519Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-15T08:29:48.519Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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=?
2021-10-15T08:29:48.523Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-15T08:30:18.524Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac 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=?
2021-10-15T08:30:18.537Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6334985c-5ba7-4391-bfab-4b2b454be4ac and serviceModelVersionId: 820e2de5-d9a8-4c68-beb3-8f80ffb02757
2021-10-15T08:30:18.538Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7824fed6-02fd-4483-8c5f-f8dd58cc55c7
2021-10-15T08:30:18.540Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0
2021-10-15T08:30:18.553Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-15T08:30:18.623Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?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]}
2021-10-15T08:30:18.625Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|INFO|500||Invoke
2021-10-15T08:30:18.649Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-15T08:30:18.944Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0|INFO|500||InvokeReturn
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7824fed6-02fd-4483-8c5f-f8dd58cc55c7/model-vers/model-ver/820e2de5-d9a8-4c68-beb3-8f80ffb02757?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211015-08:30:18:613-41465], vertex-id=[552960], Content-Length=[0], Date=[Fri, 15 Oct 2021 08:30:18 GMT], Content-Type=[application/json]}
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-15T08:30:18.946Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-15T08:30:18.958Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||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)
2021-10-15T08:30:18.959Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6334985c-5ba7-4391-bfab-4b2b454be4ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-15T08:30:18.960Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-15T08:30:18.960Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:30:18.965Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:30:18.966Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286618960,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:30:19.065Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:30:19.067Z||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.
2021-10-15T08:30:19.067Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:19.080Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:30:19.080Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-15T08:30:42.017Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:30:42.018Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|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.
2021-10-15T08:30:42.018Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:42.019Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:30:42.019Z||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.
2021-10-15T08:30:42.019Z||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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-15T08:30:42.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286582017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:30:42.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-15T08:30:51.585Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:42.017Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:31:42.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-15T08:31:42.021Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|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.
2021-10-15T08:31:42.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-15T08:31:42.021Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.021Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|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 CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:42.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286582017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:31:42.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-15T08:31:42.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286585481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:31:42.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286587494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-15T08:31:42.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6334985c-5ba7-4391-bfab-4b2b454be4ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286618960,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-15T08:31:42.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-15T08:31:42.650Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:42.651Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-15T08:31:42.651Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0027e51e-e68c-46c0-b5d8-6ba766804be9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0cf816fd-41c2-4a0f-b8d0-089141e82605","serviceDescription":"service","serviceInvariantUUID":"ed577d2f-34ab-401a-b2ce-782c0388cba0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06d197e3-fb22-4452-8d4a-835e03fa9fab","resourceInvariantUUID":"415b54f3-f3dd-4541-ad80-3cc94dc4b2cb","resourceCustomizationUUID":"3c148a12-512c-499b-94fc-748ad6c90c56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YjdjNTk0ZmQ3NDVkNTZkNjMzNjdiOTQ1OTBhZjFmMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ed6e1cb-04f9-458e-8ec6-9e29f47298f0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f33e4d4-316f-4333-8c53-0c34a48abee4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d12a41aa-ae98-4aaf-b948-63c108e834fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d80f0caa-f4ee-4f38-8082-7de93974f24e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1e542e8-fee3-4232-a9f0-8b3542b36534","artifactVersion":"2","generatedFromUUID":"d12a41aa-ae98-4aaf-b948-63c108e834fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGUzYmVmMzc3NTYzYmNmOWFiZGNkOTc5NmQyYmEyM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"125a6292-f3ea-40f9-bcec-a451d06b1ed7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f570d528-4808-451a-9e3b-8981b79199c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-15T08:31:42.657Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:42.657Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:42.662Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:42.662Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:31:42.763Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:42.764Z||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.
2021-10-15T08:31:42.764Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:42.776Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:42.776Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:43.663Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:43.664Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:43.667Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:43.667Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-15T08:31:43.767Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:43.768Z||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.
2021-10-15T08:31:43.768Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:43.778Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:43.778Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:44.668Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:44.670Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:44.672Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:44.672Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-15T08:31:44.773Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:44.774Z||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.
2021-10-15T08:31:44.774Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:44.785Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:44.786Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:45.673Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:45.678Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:45.680Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:45.681Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:31:45.781Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:45.783Z||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.
2021-10-15T08:31:45.783Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:45.798Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:45.798Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:46.681Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:46.682Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:46.684Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:46.685Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-15T08:31:46.788Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-15T08:31:46.789Z||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.
2021-10-15T08:31:46.789Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:46.805Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:46.805Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:47.686Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:47.687Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:47.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:47.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-15T08:31:47.789Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-15T08:31:47.790Z||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.
2021-10-15T08:31:47.790Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:47.803Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:47.803Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:48.689Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-15T08:31:48.691Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:48.693Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:48.693Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286702017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-15T08:31:48.794Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-15T08:31:48.794Z||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.
2021-10-15T08:31:48.794Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:48.805Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:48.806Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "0cf816fd-41c2-4a0f-b8d0-089141e82605",
"serviceDescription": "service",
"serviceInvariantUUID": "ed577d2f-34ab-401a-b2ce-782c0388cba0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3c148a12-512c-499b-94fc-748ad6c90c56",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "06d197e3-fb22-4452-8d4a-835e03fa9fab",
"resourceInvariantUUID": "415b54f3-f3dd-4541-ad80-3cc94dc4b2cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f33e4d4-316f-4333-8c53-0c34a48abee4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d12a41aa-ae98-4aaf-b948-63c108e834fe",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1e542e8-fee3-4232-a9f0-8b3542b36534",
"generatedFromUUID": "d12a41aa-ae98-4aaf-b948-63c108e834fe"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1e542e8-fee3-4232-a9f0-8b3542b36534",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f570d528-4808-451a-9e3b-8981b79199c0"
}
],
"workloadContext": "Production"
}
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-15T08:31:49.700Z|6334985c-5ba7-4391-bfab-4b2b454be4ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cf816fd-41c2-4a0f-b8d0-089141e82605 ASDC
2021-10-15T08:31:49.704Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0027e51e-e68c-46c0-b5d8-6ba766804be9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0cf816fd-41c2-4a0f-b8d0-089141e82605
ServiceInvariantUUID:ed577d2f-34ab-401a-b2ce-782c0388cba0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:f570d528-4808-451a-9e3b-8981b79199c0
ArtifactChecksum:MzZjYjJiOWJmYjdiZTBkMjZiNjJiYjVhYWViMGQ1ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3c148a12-512c-499b-94fc-748ad6c90c56
ResourceInvariantUUID:415b54f3-f3dd-4541-ad80-3cc94dc4b2cb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:06d197e3-fb22-4452-8d4a-835e03fa9fab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7f33e4d4-316f-4333-8c53-0c34a48abee4
ArtifactChecksum:NDk3NTcwYTc3ZTFlNDVhMTAwZjdhOTVhMDZmOTViOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d12a41aa-ae98-4aaf-b948-63c108e834fe
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f1e542e8-fee3-4232-a9f0-8b3542b36534
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f1e542e8-fee3-4232-a9f0-8b3542b36534
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-15T08:31:49.704Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cf816fd-41c2-4a0f-b8d0-089141e82605 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 (?, ?, ?, ?, ?)
2021-10-15T08:31:49.765Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f570d528-4808-451a-9e3b-8981b79199c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:49.766Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-15T08:31:49.767Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:50.194Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f570d528-4808-451a-9e3b-8981b79199c0 70861
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-15T08:31:50.198Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-15T08:31:50.199Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-15T08:31:50.201Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-15T08:31:50.202Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0027e51e-e68c-46c0-b5d8-6ba766804be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634286710198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-15T08:31:50.303Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-15T08:31:50.304Z||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.
2021-10-15T08:31:50.304Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CUFWGgXJlcAdxGgY) ...
2021-10-15T08:31:50.313Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-15T08:31:50.313Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-15T08:31:51.202Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-15T08:31:51.204Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-15T08:31:51.204Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f570d528-4808-451a-9e3b-8981b79199c0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.205Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-15T08:31:51.206Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.206Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:51.524Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1094849191205564698/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-15T08:31:52.792Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-10-15T08:31:52.793Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||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-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.794Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:31:52.795Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-15T08:31:52.796Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.797Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-15T08:31:52.798Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-15T08:31:52.799Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-15T08:31:52.800Z|0027e51e-e68c-46c0-b5d8-6ba766804be9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery